|
8 | 8 | "update": "ng update", |
9 | 9 | "start": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve -o", |
10 | 10 | "startProd": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serveProd -o", |
11 | | - "start:live-editing": "gulp generate-live-editing && node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng serve -o", |
12 | | - "start:watch-live-editing": "gulp watch-live-editing && node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng serve -o", |
| 11 | + "start:live-editing": "gulp generate-live-editing && ng serve -o", |
| 12 | + "start:watch-live-editing": "gulp watch-live-editing && ng serve -o", |
13 | 13 | "generate-live-editing": "gulp generate-live-editing", |
14 | 14 | "generate-live-editing:app-lob": "gulp generate-live-editing --appDv=true", |
15 | 15 | "generate-live-editing:app-crm": "gulp generate-live-editing --appCrm=true", |
16 | 16 | "watch-live-editing": "gulp watch-live-editing", |
17 | 17 | "sass-js-compile-check": "gulp sass-js-compile-check", |
18 | | - "build": "gulp generate-live-editing && gulp overwrite-package-json && node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng build --configuration production", |
19 | | - "build:app-lob": "gulp generate-live-editing --appDv=true && gulp overwrite-package-json && node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng build app-lob --configuration production && gulp prerenderPages", |
20 | | - "build:app-crm": "gulp generate-live-editing --appCrm=true && gulp overwrite-package-json && node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng build app-crm --configuration production", |
| 18 | + "build": "gulp generate-live-editing && gulp overwrite-package-json && ng build --configuration production", |
| 19 | + "build:app-lob": "gulp generate-live-editing --appDv=true && gulp overwrite-package-json && ng build app-lob --configuration production && gulp prerenderPages", |
| 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 | 22 | "lint": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng lint", |
23 | 23 | "lint:app-lob": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng lint app-lob", |
|
26 | 26 | "start:app-lob": "node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng serve app-lob -o", |
27 | 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", |
28 | 28 | "lint:app-crm": "ng lint app-crm", |
29 | | - "build-ci": "gulp overwrite-package-json && node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng build --configuration production", |
30 | | - "build-ci:app-lob": "gulp overwrite-package-json && node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng build app-lob --configuration production && gulp prerenderPages", |
31 | | - "build-ci:app-crm": "gulp overwrite-package-json && node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng build app-crm --configuration production", |
| 29 | + "build-ci": "gulp overwrite-package-json && ng build --configuration production", |
| 30 | + "build-ci:app-lob": "gulp overwrite-package-json && ng build app-lob --configuration production && gulp prerenderPages", |
| 31 | + "build-ci:app-crm": "gulp overwrite-package-json && ng build app-crm --configuration production", |
32 | 32 | "repositoryfyAngularDemos": "gulp repositoryfyAngularDemos", |
33 | 33 | "repositoryfyAngularDemos:prod": "gulp repositoryfyAngularDemos --configuration production", |
34 | 34 | "repositoryfyAngularDemosLob": "gulp repositoryfyAngularDemosLob", |
|
0 commit comments