Closed
Description
Following up on #4197: our linting is running out of memory in CI and without that change would likely eventually run out of memory on developer computers too. The short term fix to up the --max-old-space-size
for Node is a bandaid fix.
Short of the dedicated CLI discussed in #4183, #4197 (comment) / #4197 (comment) would be a better strategy:
"lint": "nx run-many --target=lint --all",