different question can …
different question: can someone explain –parallel in a bit more detail? In particular, I’m hoping to get that working with circleci’s parallelism so that different tasks will run on different circleci machines… any pointers?
Responses:
–parallel runs in parallel on different cpus of the same machine. You want distributed builds in ci: https://nx.dev/angular/guides/ci/distributed-builds
The Azure guide is closest to circle ci