Skip to content

Commit

Permalink
fix: add missing “npm run”
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Aug 9, 2016
1 parent 09f1fd3 commit 731cca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ script:
after_success:
- git config --global user.name "semantic-release (via TravisCI)"
- git config --global user.email "semantic-release@travis"
- semantic-release pre && (NODE_ENV=production build) && npm publish && semantic-release post
- semantic-release pre && (NODE_ENV=production npm run build) && npm publish && semantic-release post
notifications:
email: false
sudo: false

0 comments on commit 731cca0

Please sign in to comment.