Skip to content

Commit

Permalink
Fixed travis bundle command to use new script
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbrazzatti committed Dec 12, 2018
1 parent 11171d5 commit f934914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ node_js:
jobs:
include:
- stage: Build and deploy
script: npm pack
script: source bundleTgz.sh
before_deploy:
- export RELEASE_PKG_FILE=$(ls dist/*.tgz)
- echo "deploying $RELEASE_PKG_FILE to GitHub releases"
Expand Down

0 comments on commit f934914

Please sign in to comment.