We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbc5176 commit 5389e33Copy full SHA for 5389e33
.travis.yml
@@ -15,6 +15,6 @@ before_deploy:
15
16
deploy:
17
- provider: script
18
- script: yarn build && npm run release
+ script: yarn && yarn build && npm run release
19
on:
20
tags: true
0 commit comments