change heap size

pull/3895/head
tidusjar 5 years ago
parent 1740852aa8
commit 6e123f1dc4

@ -4,7 +4,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve --port 3578 --configuration hmr",
"build": "node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng build --prod",
"build": "node --max_old_space_size=2048 node_modules/@angular/cli/bin/ng build --prod",
"lint": "ng lint"
},
"private": true,

Loading…
Cancel
Save