Skip to content

Commit

Permalink
fix: use npx for semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjoy committed Nov 4, 2019
1 parent 57e05c4 commit 227c754
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 @@ -7,7 +7,7 @@ script:
- npm run test
- npm run build
after_success:
- npm run semantic-release
- npx semantic-release
- codecov
env:
global:
Expand Down

0 comments on commit 227c754

Please sign in to comment.