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 008ce41 commit 010d902Copy full SHA for 010d902
.travis.yml
@@ -24,6 +24,8 @@ script:
24
- node_modules/.bin/grunt lint
25
- node_modules/.bin/grunt pack --no-color
26
before_deploy:
27
+- rm -rf nativescript.tgz
28
+- cp nativescript*.tgz nativescript.tgz
29
- node .travis/add-publishConfig.js next
30
deploy:
31
skip_cleanup: true
0 commit comments