We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58d5396 commit d88f792Copy full SHA for d88f792
.travis.yml
@@ -7,7 +7,7 @@ notifications:
7
node_js:
8
- '10.22.0'
9
after_success:
10
- - npm run semantic-release
+ - npx semantic-release
11
branches:
12
except:
13
- /^v\d+\.\d+\.\d+$/
package.json
@@ -9,7 +9,6 @@
],
"scripts": {
"prepublish": "npm run build",
- "semantic-release": "semantic-release pre && npm publish && semantic-release post",
"storybook": "start-storybook -p 9002",
14
"test": "jest",
15
"test:watch": "jest --watch",
0 commit comments