File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 281281 "defaultProject" : " dspace-angular" ,
282282 "cli" : {
283283 "analytics" : false ,
284- "defaultCollection" : " @angular-eslint/schematics"
284+ "defaultCollection" : " @angular-eslint/schematics" ,
285+ "cache" : {
286+ "enabled" : true ,
287+ "environment" : " local"
288+ }
285289 }
286290}
Original file line number Diff line number Diff line change 66 "config:watch" : " nodemon" ,
77 "test:rest" : " ts-node --project ./tsconfig.ts-node.json scripts/test-rest.ts" ,
88 "start" : " yarn run start:prod" ,
9- "start:dev" : " nodemon --exec \" cross-env NODE_ENV=development yarn run serve\" " ,
9+ "start:dev" : " ng config cli.cache.environment local && nodemon --exec \" cross-env NODE_ENV=development yarn run serve\" " ,
1010 "start:prod" : " yarn run build:prod && cross-env NODE_ENV=production yarn run serve:ssr" ,
1111 "start:mirador:prod" : " yarn run build:mirador && yarn run start:prod" ,
1212 "serve" : " npm run ng-high-memory -- serve -c development" ,
1313 "serve:ssr" : " node dist/server/main" ,
1414 "analyze" : " webpack-bundle-analyzer dist/browser/stats.json" ,
1515 "build" : " ng build -c development" ,
1616 "build:stats" : " ng build --stats-json" ,
17+ "build:ci" : " ng config cli.cache.environment ci && yarn run build:ssr" ,
1718 "build:prod" : " yarn run build:ssr" ,
1819 "build:ssr" : " npm run ng-high-memory -- build --configuration production && ng run dspace-angular:server:production" ,
1920 "ng-high-memory" : " node --max_old_space_size=8192 node_modules/@angular/cli/bin/ng" ,
You can’t perform that action at this time.
0 commit comments