Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Commit

Permalink
fix(semantic-release): use npm instead of npx.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Nov 28, 2018
1 parent a39fa38 commit 027a1a8
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 @@ -22,6 +22,6 @@ deploy:
on:
branch: master
script:
- npx semantic-release --debug
- npm semantic-release --debug
skip_cleanup: true

0 comments on commit 027a1a8

Please sign in to comment.