Skip to content

Commit 74cf0e9

Browse files
committed
fix(travis): fix publish with semantic release
1 parent 7b38319 commit 74cf0e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,4 @@ jobs:
3434
env: semantic-release
3535
script:
3636
- npm run build
37-
- npm run bundle-report
38-
- npm run semantic-release
37+
- cd pkg && ../node_modules/.bin/semantic-release

0 commit comments

Comments
 (0)