mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Fix the nx path to avoid installing it globally (#7681)
* fix nx path * fix nx * fix nx * fix nx * fix nx * fix nx * fix nx
This commit is contained in:
@@ -10,10 +10,10 @@ echo "====== Build ======"
|
||||
|
||||
if [ "$CI" = "true" ]; then
|
||||
echo "Building testing for production"
|
||||
NODE_OPTIONS="--max-old-space-size=8192" nx build testing --configuration production || exit 1
|
||||
NODE_OPTIONS="--max-old-space-size=8192" $(npm bin)/nx build testing --configuration production || exit 1
|
||||
else
|
||||
echo "Building testing for development"
|
||||
NODE_OPTIONS="--max-old-space-size=8192" nx build testing || exit 1
|
||||
NODE_OPTIONS="--max-old-space-size=8192" $(npm bin)/nx build testing || exit 1
|
||||
fi
|
||||
|
||||
echo "====== Move to node_modules ======"
|
||||
|
Reference in New Issue
Block a user