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 3ebb2a9 commit 2522e1fCopy full SHA for 2522e1f
.travis.yml
@@ -8,6 +8,8 @@ node_js:
8
cache:
9
directories:
10
- node_modules
11
+after_success:
12
+ - if [ "$TRAVIS_BRANCH" == "master" ]; then npm run pack fi
13
deploy:
14
provider: script
15
script: npm run pack
0 commit comments