mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
export NODE_OPTIONS
This commit is contained in:
@@ -7,7 +7,7 @@ cd $DIR/../..
|
|||||||
echo "====== Content Services ======"
|
echo "====== Content Services ======"
|
||||||
echo "====== Build ======"
|
echo "====== Build ======"
|
||||||
|
|
||||||
NODE_OPTIONS=--max_old_space_size=8192
|
export NODE_OPTIONS=--max_old_space_size=8192
|
||||||
|
|
||||||
if [ "$CI" = "true" ]; then
|
if [ "$CI" = "true" ]; then
|
||||||
echo "Building content-services for production"
|
echo "Building content-services for production"
|
||||||
|
@@ -7,7 +7,7 @@ cd $DIR/../..
|
|||||||
echo "====== Core ======"
|
echo "====== Core ======"
|
||||||
echo "====== Build ======"
|
echo "====== Build ======"
|
||||||
|
|
||||||
NODE_OPTIONS=--max_old_space_size=8192
|
export NODE_OPTIONS=--max_old_space_size=8192
|
||||||
|
|
||||||
if [ "$CI" = "true" ]; then
|
if [ "$CI" = "true" ]; then
|
||||||
echo "Building core for production"
|
echo "Building core for production"
|
||||||
|
@@ -4,7 +4,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|||||||
|
|
||||||
cd $DIR/../..
|
cd $DIR/../..
|
||||||
|
|
||||||
NODE_OPTIONS=--max_old_space_size=8192
|
export NODE_OPTIONS=--max_old_space_size=8192
|
||||||
|
|
||||||
if [ "$CI" = "true" ]; then
|
if [ "$CI" = "true" ]; then
|
||||||
echo "Building extensions for production"
|
echo "Building extensions for production"
|
||||||
|
@@ -7,7 +7,7 @@ cd $DIR/../..
|
|||||||
echo "====== Insights ======"
|
echo "====== Insights ======"
|
||||||
echo "====== Build ======"
|
echo "====== Build ======"
|
||||||
|
|
||||||
NODE_OPTIONS=--max_old_space_size=8192
|
export NODE_OPTIONS=--max_old_space_size=8192
|
||||||
|
|
||||||
if [ "$CI" = "true" ]; then
|
if [ "$CI" = "true" ]; then
|
||||||
echo "Building insights for production"
|
echo "Building insights for production"
|
||||||
|
@@ -7,7 +7,7 @@ cd $DIR/../..
|
|||||||
echo "====== Process Services Cloud ======"
|
echo "====== Process Services Cloud ======"
|
||||||
echo "====== Build ======"
|
echo "====== Build ======"
|
||||||
|
|
||||||
NODE_OPTIONS=--max_old_space_size=8192
|
export NODE_OPTIONS=--max_old_space_size=8192
|
||||||
|
|
||||||
if [ "$CI" = "true" ]; then
|
if [ "$CI" = "true" ]; then
|
||||||
echo "Building process-services-cloud for production"
|
echo "Building process-services-cloud for production"
|
||||||
|
@@ -7,7 +7,7 @@ cd $DIR/../..
|
|||||||
echo "====== Process Services ======"
|
echo "====== Process Services ======"
|
||||||
echo "====== Build ======"
|
echo "====== Build ======"
|
||||||
|
|
||||||
NODE_OPTIONS=--max_old_space_size=8192
|
export NODE_OPTIONS=--max_old_space_size=8192
|
||||||
|
|
||||||
if [ "$CI" = "true" ]; then
|
if [ "$CI" = "true" ]; then
|
||||||
echo "Building process-services for production"
|
echo "Building process-services for production"
|
||||||
|
@@ -7,7 +7,7 @@ cd $DIR/../..
|
|||||||
echo "====== Testing ======"
|
echo "====== Testing ======"
|
||||||
echo "====== Build ======"
|
echo "====== Build ======"
|
||||||
|
|
||||||
NODE_OPTIONS=--max_old_space_size=8192
|
export NODE_OPTIONS=--max_old_space_size=8192
|
||||||
|
|
||||||
if [ "$CI" = "true" ]; then
|
if [ "$CI" = "true" ]; then
|
||||||
echo "Building testing for production"
|
echo "Building testing for production"
|
||||||
|
Reference in New Issue
Block a user