export NODE_OPTIONS

This commit is contained in:
Denys Vuika
2020-08-25 15:47:51 +01:00
parent da67b6fa19
commit 752bc874da
7 changed files with 7 additions and 7 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"