Skip to content

Commit

Permalink
Update semantic-release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rcdexta committed Dec 23, 2020
1 parent 58d5396 commit d88f792
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ notifications:
node_js:
- '10.22.0'
after_success:
- npm run semantic-release
- npx semantic-release
branches:
except:
- /^v\d+\.\d+\.\d+$/
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
],
"scripts": {
"prepublish": "npm run build",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"storybook": "start-storybook -p 9002",
"test": "jest",
"test:watch": "jest --watch",
Expand Down

0 comments on commit d88f792

Please sign in to comment.