X Tutup
Skip to content

Commit 2cd0f07

Browse files
committed
fix(build): increase memory limit
1 parent fa725b4 commit 2cd0f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci/build_js.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ SCRIPT_DIR=$(dirname $0)
88
source $SCRIPT_DIR/env_dart.sh
99
cd $SCRIPT_DIR/../..
1010

11-
./node_modules/.bin/gulp build.js
11+
node --max-old-space-size=2000 ./node_modules/.bin/gulp build.js

0 commit comments

Comments
 (0)
X Tutup