Re
This commit is contained in:
parent
538ff12a53
commit
cac6233e52
@ -3,9 +3,9 @@
|
||||
"version": "3.9.0",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "node --max_old_space_size=8048 ./node_modules/@angular/cli/bin/ng serve --configuration development --host 0.0.0.0 --open",
|
||||
"start": "ng serve --configuration development --host 0.0.0.0 --open",
|
||||
"build": "ng build",
|
||||
"build:prod": "node --max_old_space_size=4096 ./node_modules/@angular/cli/bin/ng build --configuration production",
|
||||
"build:prod": "ng build --configuration production",
|
||||
"build:types": "node generate-types.js",
|
||||
"build:icon-metadata": "node generate-icon-metadata.js",
|
||||
"lint": "ng lint",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user