Skip to content

Commit

Permalink
chore: run compilation task before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
oriondean committed Apr 25, 2019
1 parent 6a4a13d commit 97ff7cb
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 @@ -18,7 +18,7 @@ jobs:
provider: script
skip_cleanup: true
script:
npx semantic-release
if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run build:prod; npm run compile; npx semantic-release; fi
branches:
except:
- "/^v\\d+\\.\\d+\\.\\d+$/"
Expand Down

0 comments on commit 97ff7cb

Please sign in to comment.