Skip to content

Commit 227c754

Browse files
author
David Joy
committed
fix: use npx for semantic-release
1 parent 57e05c4 commit 227c754

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
@@ -7,7 +7,7 @@ script:
77
- npm run test
88
- npm run build
99
after_success:
10-
- npm run semantic-release
10+
- npx semantic-release
1111
- codecov
1212
env:
1313
global:

0 commit comments

Comments
 (0)