Skip to content

Commit

Permalink
fix(release): update travis script
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Feb 1, 2018
1 parent a903b53 commit 23ea28d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ deploy:
provider: script
skip_cleanup: true
script:
- npx semantic-release
- npm run semantic-release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"prepush": "npm test",
"postmerge": "npm install && npm prune",
"postrewrite": "npm install && npm prune",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release"
},
"lint-staged": {
"*.js": [
Expand Down

0 comments on commit 23ea28d

Please sign in to comment.