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

Commit 027a1a8

Browse files
committed
fix(semantic-release): use npm instead of npx.
1 parent a39fa38 commit 027a1a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ deploy:
2222
on:
2323
branch: master
2424
script:
25-
- npx semantic-release --debug
25+
- npm semantic-release --debug
2626
skip_cleanup: true
2727

0 commit comments

Comments
 (0)