Skip to content

Commit 4722e5a

Browse files
ci: fixing semantic release
1 parent 895b5f7 commit 4722e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"ci:coverage": "npm run test:coverage -- --runInBand",
4747
"build:example": "npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js",
4848
"cm": "git-cz",
49-
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
49+
"semantic-release": "npx semantic-release pre && npm publish && npx semantic-release post",
5050
"travis": "npm run ci:coverage",
5151
"defaults": "webpack-defaults"
5252
},

0 commit comments

Comments
 (0)