Unrelated to nx lint b…

less than 1 minute read

Unrelated to nx lint but related to the large-ish project, creating Nest libs starts taking a lot of time, 2 minutes right now: nx g @nrwl/nest:lib data --linter eslint --directory backup/api 121.64s user 53.80s system 106% cpu 2:45.45 total Not sure if anyone else experiences this. I think I know the culprit but would be great if someone could confirm this :slightly_smiling_face:

Responses:

I’ve noticed that the node and nest e2es do take the most time in the nx cli. So I suspect that there’s something funky going on

Updated: