|
|
|
@ -7,7 +7,7 @@
|
|
|
|
|
"start": "ng serve --open",
|
|
|
|
|
"start:mem": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng serve --open",
|
|
|
|
|
"build": "ng build",
|
|
|
|
|
"build:prod": "ng build --prod",
|
|
|
|
|
"build:prod": "ng build --configuration production",
|
|
|
|
|
"build:prod:mem": "node --max_old_space_size=6144 ./node_modules/@angular/cli/bin/ng build --prod",
|
|
|
|
|
"test": "ng test",
|
|
|
|
|
"lint": "ng lint",
|
|
|
|
|