Skip to content

Commit 9f88d31

Browse files
chore(*): clear all --max_old_space_size options
1 parent 3b8b18b commit 9f88d31

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"scripts": {
77
"ng": "ng",
88
"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",
1111
"start:live-editing": "gulp generate-live-editing && ng serve -o",
1212
"start:watch-live-editing": "gulp watch-live-editing && ng serve -o",
1313
"generate-live-editing": "gulp generate-live-editing",
@@ -19,12 +19,12 @@
1919
"build:app-lob": "gulp generate-live-editing --appDv=true && gulp overwrite-package-json && ng build app-lob --configuration production && gulp prerenderPages",
2020
"build:app-crm": "gulp generate-live-editing --appCrm=true && gulp overwrite-package-json && ng build app-crm --configuration production",
2121
"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",
2828
"lint:app-crm": "ng lint app-crm",
2929
"build-ci": "gulp overwrite-package-json && ng build --configuration production",
3030
"build-ci:app-lob": "gulp overwrite-package-json && ng build app-lob --configuration production && gulp prerenderPages",

0 commit comments

Comments
 (0)