mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +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:
@@ -7,8 +7,8 @@ cd $DIR/../..
|
||||
|
||||
if [ "$CI" = "true" ]; then
|
||||
echo "Building extensions for production"
|
||||
NODE_OPTIONS="--max-old-space-size=8192" nx build extensions --configuration production || exit 1
|
||||
NODE_OPTIONS="--max-old-space-size=8192" $(npm bin)/nx build extensions --configuration production || exit 1
|
||||
else
|
||||
echo "Building extensions for development"
|
||||
NODE_OPTIONS="--max-old-space-size=8192" nx build extensions || exit 1
|
||||
NODE_OPTIONS="--max-old-space-size=8192" $(npm bin)/nx build extensions || exit 1
|
||||
fi
|
||||
|
Reference in New Issue
Block a user