Warn when wireit is being run multiple times concurrently in a package
Open
- Dominant language
- TypeScript
- Stars
- 6.4k
- Forks
- 128
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 4
Description
This is often a mistake because each of the `wireit` invocations will be doing a lot of overlapping work. This is often the case when someone's using another script runner on top of `wireit`, like workspace/monorepo managers.
A run with `--watch` probably shouldn't count against this though
Contributor guide
Assessment
This issue has not been assessed yet.