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