move package step in script

This commit is contained in:
Eugenio Romano
2018-09-08 02:50:37 +01:00
parent e844025c5e
commit 38c26cc601
2 changed files with 10 additions and 3 deletions

9
scripts/packaging-test.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
echo "====== Build lib ====="
npm run build-lib
echo "====== Upload lib ====="
node ./scripts/upload-build-lib-in-cs.js -u $E2E_USERNAME -p $E2E_PASSWORD --host $E2E_HOST -f $TRAVIS_BUILD_NUMBER