Skip to content

Commit

Permalink
fix(publish): fix publishing src
Browse files Browse the repository at this point in the history
  • Loading branch information
asvrada committed Oct 22, 2020
1 parent 1a03fa4 commit 478c531
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ jobs:

# Define the release stage that runs semantic-release
- stage: release
node_js: lts/*
node_js: "node"
# Advanced: optionally overwrite your default `script` step to skip the tests
script: skip # do not rerun any tests
npm_token: $NPM_TOKEN
script: yarn run build # do not rerun any tests
deploy:
provider: script
skip_cleanup: true
Expand Down

0 comments on commit 478c531

Please sign in to comment.