mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
Increase head size for sql script compile (#13520)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user