File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ definitions:
1515 - yarn install --frozen-lockfile
1616 - yarn run lint --quiet
1717 - yarn run check-circ-deps
18- - yarn run build:prod
18+ - yarn run build:prod:ci
1919 - yarn run test:headless
2020
2121pipelines :
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:prod:ci" : " cross-env NODE_ENV=production yarn run build:ssr:ci" ,
2021 "build:ssr" : " npm run ng-high-memory -- build --configuration production && npm run ng-high-memory -- run dspace-angular:server:production" ,
22+ "build:ssr:ci" : " npm run ng-mid-memory -- build --configuration production && npm run ng-mid-memory -- run dspace-angular:server:production" ,
2123 "ng-high-memory" : " node --max-old-space-size=8192 node_modules/@angular/cli/bin/ng" ,
24+ "ng-mid-memory" : " node --max-old-space-size=4096 node_modules/@angular/cli/bin/ng" ,
2225 "test" : " npm run ng-high-memory -- test --source-map=true --watch=false --configuration test" ,
2326 "test:watch" : " nodemon --exec \" npm run ng-high-memory -- test --source-map=true --watch=true --configuration test\" " ,
2427 "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