Skip to content

Commit

Permalink
fix: run build script before release
Browse files Browse the repository at this point in the history
  • Loading branch information
kaimallea committed Aug 11, 2019
1 parent e8fb4b2 commit 373c643
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
include:
- stage: release
node_js: lts/*
script: skip # do not run tests again
script:
- yarn build
deploy:
provider: script
skip_cleanup: true
Expand Down

0 comments on commit 373c643

Please sign in to comment.