If you want to increase the number of processes running tasks to, say, 5 (by default, it is 3), pass the following:
npxnxbuildmyapp--parallel=5
You can also set parallel based on the percentage of the number of logical CPUs.
npxnxbuildmyapp--parallel=50%
Note, you can also change the default innx.json
, like this:
nx.json"runner":"nx/tasks-runners/default",