We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 895b5f7 commit 4722e5aCopy full SHA for 4722e5a
package.json
@@ -46,7 +46,7 @@
46
"ci:coverage": "npm run test:coverage -- --runInBand",
47
"build:example": "npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js",
48
"cm": "git-cz",
49
- "semantic-release": "semantic-release pre && npm publish && semantic-release post",
+ "semantic-release": "npx semantic-release pre && npm publish && npx semantic-release post",
50
"travis": "npm run ci:coverage",
51
"defaults": "webpack-defaults"
52
},
0 commit comments