Skip to content

Commit

Permalink
fix(travis): fix missing patch script call in travis deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Itee committed Aug 3, 2019
1 parent b8ca248 commit dac3ea9
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 @@ -20,4 +20,4 @@ jobs:
- stage: deploy
if: branch = master
node_js: "lts/*"
script: npm run release && npx semantic-release
script: npm run patch && npm run release && npx semantic-release

0 comments on commit dac3ea9

Please sign in to comment.