Increase head size for sql script compile (#13520)

This commit is contained in:
Charles Gagnon
2020-11-23 10:59:44 -08:00
committed by GitHub
parent 2ade45858e
commit 21ddf30a7b
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ function code() {
node build/lib/builtInExtensions.js
# Build
test -d out || ./node_modules/.bin/gulp compile
test -d out || ./node_modules/.bin/gulp compile --max_old_space_size=4095
# Configuration
export NODE_ENV=development