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 16830d4Copy full SHA for 16830d4
.travis.yml
@@ -5,7 +5,7 @@ node_js:
5
script:
6
- echo success
7
after_success:
8
- - npx semantic-release
+ - npm run semantic-release
9
branches:
10
except:
11
- /^v\d+\.\d+\.\d+$/
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