Skip to content

Commit

Permalink
chore(package): change release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldszar committed Mar 16, 2018
1 parent 429cc91 commit e2d64a7
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 @@ -6,4 +6,4 @@ deploy:
provider: script
skip_cleanup: true
script:
- npx 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 @@ -31,7 +31,7 @@
"lint": "eslint --format codeframe lib",
"lint-staged": "lint-staged",
"precommit": "npm run lint-staged",
"release": "semantic-release",
"semantic-release": "semantic-release",
"test": "jest",
"security": "nsp check"
},
Expand Down

0 comments on commit e2d64a7

Please sign in to comment.