Skip to content

Commit

Permalink
ci: rebuild before release
Browse files Browse the repository at this point in the history
  • Loading branch information
mcataford committed Mar 7, 2020
1 parent eec5f67 commit b7f9a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- stage: release
name: "Release"
if: branch = 'master' AND type != 'pull_request'
script: yarn semantic-release
script: yarn run build && yarn semantic-release
stages:
- test-lint
- build
Expand Down

0 comments on commit b7f9a69

Please sign in to comment.