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

@@ -4,7 +4,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $DIR/../..
NODE_OPTIONS=--max_old_space_size=8192
export NODE_OPTIONS=--max_old_space_size=8192
if [ "$CI" = "true" ]; then
echo "Building extensions for production"