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,7 +6,14 @@ cd $DIR/../..
|
||||
|
||||
echo "====== Process Services Cloud ======"
|
||||
echo "====== Build ======"
|
||||
npm run ng -- build process-services-cloud || exit 1
|
||||
|
||||
if [ "$CI" = "true" ]; then
|
||||
echo "Building process-services-cloud for production"
|
||||
npm run ng -- build process-services-cloud --prod || exit 1
|
||||
else
|
||||
echo "Building process-services-cloud for development"
|
||||
npm run ng -- build process-services-cloud || exit 1
|
||||
fi
|
||||
|
||||
echo "====== Build style ======"
|
||||
node ./lib/config/bundle-process-services-cloud-scss.js || exit 1
|
||||
|
Reference in New Issue
Block a user