mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
production builds for CI runs
This commit is contained in:
@@ -6,4 +6,11 @@ cd $DIR/../..
|
||||
|
||||
echo "====== Testing ======"
|
||||
echo "====== Build ======"
|
||||
npm run ng -- build testing || exit 1
|
||||
|
||||
if [ "$CI" = "true" ]; then
|
||||
echo "Building testing for production"
|
||||
npm run ng -- build testing --prod || exit 1
|
||||
else
|
||||
echo "Building testing for development"
|
||||
npm run ng -- build testing || exit 1
|
||||
fi
|
||||
|
Reference in New Issue
Block a user