mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
ADF-5074 - reenabled test on upload (#5470)
This commit is contained in:
@@ -174,19 +174,10 @@ if $EXEC_VERSION_JSAPI == true; then
|
||||
npm install alfresco-js-api@${JSAPI_VERSION}
|
||||
fi
|
||||
|
||||
if $EXEC_TEST == true; then
|
||||
echo "====== Demo shell Test ====="
|
||||
npm run test || exit 1
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if $EXEC_E2E == true; then
|
||||
echo "====== Demo shell e2e ====="
|
||||
npm run e2e
|
||||
exit 0
|
||||
fi
|
||||
|
||||
if $EXEC_START == true; then
|
||||
if [ -f "./.env" ]; then
|
||||
export $(cat .env | xargs)
|
||||
fi
|
||||
if $EXEC_DEVELOP == true; then
|
||||
echo "====== Start Demo shell dev mode ====="
|
||||
npm run start:dev
|
||||
|
Reference in New Issue
Block a user