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 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 node_modules/@angular/cli/bin/ng lint" ,
22+ "lint" : " node --max_old_space_size=12192 node_modules/@angular/cli/bin/ng lint" ,
2323 "lint:app-lob" : " node node_modules/@angular/cli/bin/ng lint app-lob" ,
2424 "start:app-crm" : " node node_modules/@angular/cli/bin/ng serve app-crm -o" ,
2525 "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