Skip to content

Commit

Permalink
ci(package.json): increase Node.js memory usage to workaround JS heap…
Browse files Browse the repository at this point in the history
… OOM

angular/angular-cli#21338 (comment)

Signed-off-by: Bofu Chen (bafu) <bofu@numbersprotocol.io>
  • Loading branch information
bafu committed Sep 6, 2022
1 parent 65a13f5 commit ba132ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build.ios": "npm run build && cap sync ios",
"test": "npm run preconfig && ng test",
"test.ci": "npm run preconfig && ng test --no-watch --no-progress --source-map=false --browsers=ChromeHeadlessCI",
"lint": "npm run preconfig && prettier --check . && stylelint \"**/*.{css,scss,sass}\" && ng lint",
"lint": "npm run preconfig && prettier --check . && stylelint \"**/*.{css,scss,sass}\" && node --max_old_space_size=8000 ./node_modules/@angular/cli/bin/ng lint",
"e2e": "npm run preconfig && ng e2e",
"prepare": "husky install"
},
Expand Down

0 comments on commit ba132ee

Please sign in to comment.