fix(build): increase memory limit
This commit is contained in:
parent
fa725b4512
commit
2cd0f076cc
|
@ -8,4 +8,4 @@ SCRIPT_DIR=$(dirname $0)
|
||||||
source $SCRIPT_DIR/env_dart.sh
|
source $SCRIPT_DIR/env_dart.sh
|
||||||
cd $SCRIPT_DIR/../..
|
cd $SCRIPT_DIR/../..
|
||||||
|
|
||||||
./node_modules/.bin/gulp build.js
|
node --max-old-space-size=2000 ./node_modules/.bin/gulp build.js
|
Loading…
Reference in New Issue