mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
10 lines
220 B
Bash
Executable File
10 lines
220 B
Bash
Executable File
#!/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
|