Skip to content

Commit

Permalink
fix(package): publish on NPM with all the necessary code (#430)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudbesnier authored May 13, 2020
1 parent 1e04bc3 commit 8ad637a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,9 @@ jobs:
name: Tests
- stage: Build & Publish
if: branch = master AND type != pull_request
script:
- yarn
- yarn build
script: skip
deploy:
provider: script
cleanup: false
on:
branch: master
script: yarn && npx semantic-release
script: yarn && yarn build && npx semantic-release

0 comments on commit 8ad637a

Please sign in to comment.