sudo-suhas / lint-staged-multi-pkg

Example repo to demonstrate use of `lint-staged` with multi-pkg projects
MIT License
188 stars 19 forks source link

Docs: Why use lerna run --concurrency 1? #31

Closed pwrnrd closed 4 years ago

pwrnrd commented 4 years ago

Thank you for creating this repo! It helped me a lot!

You documented everything very well, I only have one question: why is lerna not run in parallel? Is it because this might mess up the logs?

Perhaps it would be nice to add the reasoning to the README.md?

sudo-suhas commented 4 years ago

It is mentioned already:

concurrent execution is disabled because it can cause problems during git add (see okonet/lint-staged#225).