Skip to content

Commit

Permalink
fix(build): increase memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Nov 25, 2015
1 parent fa725b4 commit 2cd0f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ci/build_js.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ SCRIPT_DIR=$(dirname $0)
source $SCRIPT_DIR/env_dart.sh
cd $SCRIPT_DIR/../..

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

0 comments on commit 2cd0f07

Please sign in to comment.