mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
fix build demo shell
This commit is contained in:
@@ -8,10 +8,10 @@ echo "====== Run lib ====="
|
||||
|
||||
if [ "$CI" = "true" ]; then
|
||||
echo "Building libs for production"
|
||||
NODE_OPTIONS="--max-old-space-size=8192" $(npm bin)/nx affected:build --all --prod || exit 1
|
||||
NODE_OPTIONS="--max-old-space-size=8192" $(npm bin)/nx affected:build --all --prod --exclude=demoshell || exit 1
|
||||
else
|
||||
echo "Building libs for development"
|
||||
NODE_OPTIONS="--max-old-space-size=8192" $(npm bin)/nx affected:build --all || exit 1
|
||||
NODE_OPTIONS="--max-old-space-size=8192" $(npm bin)/nx affected:build --all --exclude=demoshell || exit 1
|
||||
fi
|
||||
|
||||
echo "====== run core ====="
|
||||
@@ -35,10 +35,7 @@ echo "====== Run testing ====="
|
||||
echo "====== Run Cli ====="
|
||||
./scripts/build/build-cli.sh || exit 1
|
||||
|
||||
echo "====== Prebuilt Themes ====="
|
||||
./build-themes.sh || exit 1
|
||||
|
||||
|
||||
echo "====== Copy schema ====="
|
||||
cp lib/core/app-config/schema.json lib/dist/core/app.config.schema.json
|
||||
cp lib/core/src/lib/app-config/schema.json lib/dist/core/app.config.schema.json
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user