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