Update package.json

pull/3895/head
Jamie 5 years ago committed by GitHub
parent b5043d0580
commit 0ec3ea2ee0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save