File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 "build:stats" : " ng build --stats-json" ,
1818 "build:ci" : " ng config cli.cache.environment ci && yarn run build:ssr" ,
1919 "build:prod" : " cross-env NODE_ENV=production yarn run build:ssr" ,
20- "build:ssr" : " npm run ng-high-memory -- build --configuration production && ng run dspace-angular:server:production" ,
21- "ng-high-memory" : " node --max_old_space_size =8192 node_modules/@angular/cli/bin/ng" ,
20+ "build:ssr" : " npm run ng-high-memory -- build --configuration production && npm run ng-high-memory -- run dspace-angular:server:production" ,
21+ "ng-high-memory" : " node --max-old-space-size =8192 node_modules/@angular/cli/bin/ng" ,
2222 "test" : " npm run ng-high-memory -- test --source-map=true --watch=false --configuration test" ,
2323 "test:watch" : " nodemon --exec \" npm run ng-high-memory -- test --source-map=true --watch=true --configuration test\" " ,
2424 "test:headless" : " npm run ng-high-memory -- test --source-map=true --watch=false --configuration test --browsers=ChromeHeadless --code-coverage" ,
You can’t perform that action at this time.
0 commit comments