|
6 | 6 | "scripts": { |
7 | 7 | "ng": "ng", |
8 | 8 | "update": "ng update", |
9 | | - "start": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o", |
10 | | - "startProd": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serveProd -o", |
| 9 | + "start": "node node_modules/@angular/cli/bin/ng serve -o", |
| 10 | + "startProd": "node node_modules/@angular/cli/bin/ng serveProd -o", |
11 | 11 | "start:live-editing": "gulp generate-live-editing && ng serve -o", |
12 | 12 | "start:watch-live-editing": "gulp watch-live-editing && ng serve -o", |
13 | 13 | "generate-live-editing": "gulp generate-live-editing", |
|
19 | 19 | "build:app-lob": "gulp generate-live-editing --appDv=true && gulp overwrite-package-json && ng build app-lob --configuration production && gulp prerenderPages", |
20 | 20 | "build:app-crm": "gulp generate-live-editing --appCrm=true && gulp overwrite-package-json && ng build app-crm --configuration production", |
21 | 21 | "test": "ng test", |
22 | | - "lint": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng lint", |
23 | | - "lint:app-lob": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng lint app-lob", |
24 | | - "start:app-crm": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve app-crm -o", |
25 | | - "start:app-crm:live-editing": "gulp generate-live-editing --appCrm=true && node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve app-crm -o", |
26 | | - "start:app-lob": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve app-lob -o", |
27 | | - "start:app-lob:live-editing": "gulp generate-live-editing --appDv=true && node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve app-lob -o", |
| 22 | + "lint": "node node_modules/@angular/cli/bin/ng lint", |
| 23 | + "lint:app-lob": "node node_modules/@angular/cli/bin/ng lint app-lob", |
| 24 | + "start:app-crm": "node node_modules/@angular/cli/bin/ng serve app-crm -o", |
| 25 | + "start:app-crm:live-editing": "gulp generate-live-editing --appCrm=true && node node_modules/@angular/cli/bin/ng serve app-crm -o", |
| 26 | + "start:app-lob": "node node_modules/@angular/cli/bin/ng serve app-lob -o", |
| 27 | + "start:app-lob:live-editing": "gulp generate-live-editing --appDv=true && node node_modules/@angular/cli/bin/ng serve app-lob -o", |
28 | 28 | "lint:app-crm": "ng lint app-crm", |
29 | 29 | "build-ci": "gulp overwrite-package-json && ng build --configuration production", |
30 | 30 | "build-ci:app-lob": "gulp overwrite-package-json && ng build app-lob --configuration production && gulp prerenderPages", |
|
0 commit comments