File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
cli/templates/angular/ig-ts/projects/empty/files
_base_with_home/files/__dot__github/workflows
_base_with_home/files/__dot__github/workflows Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 66 "start" : " ng serve" ,
77 "build" : " ng build" ,
88 "watch" : " ng build --watch --configuration development" ,
9- "test" : " ng test"
9+ "test" : " NODE_OPTIONS='--max-old-space-size=6000' node node_modules/@angular/cli/bin/ ng test"
1010 },
1111 "private" : true ,
1212 "dependencies" : {
Original file line number Diff line number Diff line change 3232 - run : npm i # replace with 'npm ci' after committing lock file from first install
3333 - run : npm run lint
3434 - run : npm run build
35- - run : NODE_OPTIONS="--max-old-space-size=6000" npm run test -- --watch=false --browsers ChromeHeadless
35+ - run : npm run test -- --watch=false --browsers ChromeHeadless
Original file line number Diff line number Diff line change 66 "start" : " ng serve -o" ,
77 "build" : " ng build" ,
88 "watch" : " ng build --watch --configuration development" ,
9- "test" : " ng test" ,
9+ "test" : " NODE_OPTIONS='--max-old-space-size=6000' node node_modules/@angular/cli/bin/ ng test" ,
1010 "lint" : " ng lint"
1111 },
1212 "private" : true ,
Original file line number Diff line number Diff line change 3232 - run : npm i # replace with 'npm ci' after committing lock file from first install
3333 - run : npm run lint
3434 - run : npm run build
35- - run : NODE_OPTIONS="--max-old-space-size=6000" npm run test -- --watch=false --browsers ChromeHeadless
35+ - run : npm run test -- --watch=false --browsers ChromeHeadless
Original file line number Diff line number Diff line change 66 "start" : " ng serve -o" ,
77 "build" : " ng build" ,
88 "watch" : " ng build --watch --configuration development" ,
9- "test" : " ng test" ,
9+ "test" : " NODE_OPTIONS='--max-old-space-size=6000' node node_modules/@angular/cli/bin/ ng test" ,
1010 "lint" : " ng lint"
1111 },
1212 "private" : true ,
Original file line number Diff line number Diff line change 3232 - run : npm i # replace with 'npm ci' after committing lock file from first install
3333 - run : npm run lint
3434 - run : npm run build
35- - run : NODE_OPTIONS="--max-old-space-size=6000" npm run test -- --watch=false --browsers ChromeHeadless
35+ - run : npm run test -- --watch=false --browsers ChromeHeadless
Original file line number Diff line number Diff line change 66 "start" : " ng serve -o" ,
77 "build" : " ng build" ,
88 "watch" : " ng build --watch --configuration development" ,
9- "test" : " ng test" ,
9+ "test" : " NODE_OPTIONS='--max-old-space-size=6000' node node_modules/@angular/cli/bin/ ng test" ,
1010 "lint" : " ng lint"
1111 },
1212 "private" : true ,
Original file line number Diff line number Diff line change 3232 - run : npm i # replace with 'npm ci' after committing lock file from first install
3333 - run : npm run lint
3434 - run : npm run build
35- - run : NODE_OPTIONS="--max-old-space-size=6000" npm run test -- --watch=false --browsers ChromeHeadless
35+ - run : npm run test -- --watch=false --browsers ChromeHeadless
Original file line number Diff line number Diff line change 66 "start" : " ng serve -o" ,
77 "build" : " ng build" ,
88 "watch" : " ng build --watch --configuration development" ,
9- "test" : " ng test" ,
9+ "test" : " NODE_OPTIONS='--max-old-space-size=6000' node node_modules/@angular/cli/bin/ ng test" ,
1010 "lint" : " ng lint"
1111 },
1212 "private" : true ,
You can’t perform that action at this time.
0 commit comments