|
|
@ -5,7 +5,7 @@ |
|
|
|
"scripts": { |
|
|
|
"postinstall": "npx patch-package@6.5.1 && ngcc", |
|
|
|
"ng": "ng", |
|
|
|
"start": "node --max_old_space_size=5120 ./node_modules/@angular/cli/bin/ng serve", |
|
|
|
"start": "node --max_old_space_size=5120 ./node_modules/@angular/cli/bin/ng serve --open", |
|
|
|
"start-prod": "ng serve --configuration production", |
|
|
|
"build": "ng build", |
|
|
|
"test": "node --max_old_space_size=5120 ./node_modules/@angular/cli/bin/ng test", |
|
|
|