Skip to content

Commit 4f5e721

Browse files
committed
ci(travis): run semantic-release binary in pkg/ folder
1 parent bd428af commit 4f5e721

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
@@ -27,4 +27,4 @@ jobs:
2727
env: semantic-release
2828
script:
2929
- npm run build
30-
- npx semantic-release
30+
- cd pkg && ../node_modules/.bin/semantic-release

0 commit comments

Comments
 (0)