Skip to content

Commit

Permalink
fix: package needs to be compiled before release
Browse files Browse the repository at this point in the history
  • Loading branch information
Almenon authored Jul 6, 2019
1 parent 809a90d commit a8270f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ cache:
after_success:
- bash <(curl -s https://codecov.io/bash)
- npm ci
- npm compileOnce
- npm run travis-deploy-once "npm run semantic-release" # todo: replace deploy-once with https://docs.travis-ci.com/user/build-stages/
branches:
except:
Expand Down

0 comments on commit a8270f9

Please sign in to comment.