Closed sheremet-va closed 2 weeks ago
Hold on, what concurrency is this? Workspace projects are always run sequentially, right?
No. It was running sequentially when we had to do the process.chdir
. Before that, it was running in parallel so I reverted to the same behaviour when we removed the process.chdir
hack. At the time I also added the concurrency limit of 5 just in case.
Description
Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
pnpm-lock.yaml
unless you introduce a new test example.Tests
pnpm test:ci
.Documentation
pnpm run docs
command.Changesets
feat:
,fix:
,perf:
,docs:
, orchore:
.