We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad98d78 commit 2a88df4Copy full SHA for 2a88df4
.travis.yml
@@ -24,7 +24,7 @@ branches:
24
25
deploy:
26
provider: script
27
- script: npm run prebuild && npm run prebuild:upload -u ${PREBUILD_UPLOAD}
+ script: yarn run prebuild && yarn run prebuild:upload -u ${PREBUILD_UPLOAD}
28
skip_cleanup: true
29
on:
30
all_branches: true
0 commit comments