Update package.json

This commit is contained in:
Jamie 2019-07-03 16:07:54 +01:00 committed by GitHub
commit 0ec3ea2ee0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve --port 3578 --configuration hmr", "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" "lint": "ng lint"
}, },
"private": true, "private": true,