Skip to content

Commit 0f1db15

Browse files
fix(package): publish on NPM with all the necessary code (#336)
1 parent e7f3b43 commit 0f1db15

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,9 @@ jobs:
2222
name: Tests
2323
- stage: Build & Publish
2424
if: branch = master AND type != pull_request
25-
script:
26-
- yarn
27-
- yarn build
25+
script: skip
2826
deploy:
2927
provider: script
30-
cleanup: false
3128
on:
3229
branch: master
33-
script: yarn && npx semantic-release
30+
script: yarn && yarn build && npx semantic-release

0 commit comments

Comments
 (0)