mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
move package step in script
This commit is contained in:
9
scripts/packaging-test.sh
Executable file
9
scripts/packaging-test.sh
Executable 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
|
Reference in New Issue
Block a user