We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa725b4 commit 2cd0f07Copy full SHA for 2cd0f07
scripts/ci/build_js.sh
@@ -8,4 +8,4 @@ SCRIPT_DIR=$(dirname $0)
8
source $SCRIPT_DIR/env_dart.sh
9
cd $SCRIPT_DIR/../..
10
11
-./node_modules/.bin/gulp build.js
+node --max-old-space-size=2000 ./node_modules/.bin/gulp build.js
0 commit comments