diff --git a/.travis.yml b/.travis.yml index dc3445d..a4d3cdd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"