File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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 node_modules/@angular/cli/bin/ng lint" ,
22
+ "lint" : " node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng lint" ,
23
23
"lint:app-lob" : " node node_modules/@angular/cli/bin/ng lint app-lob" ,
24
24
"start:app-crm" : " node node_modules/@angular/cli/bin/ng serve app-crm -o" ,
25
25
"start:app-crm:live-editing" : " gulp generate-live-editing --appCrm=true && node node_modules/@angular/cli/bin/ng serve app-crm -o" ,
You can’t perform that action at this time.
0 commit comments