product · inferred from evidence
monorepo
A repository containing multiple packages or projects managed as a single unit.
- Turborepo runs scripts unnecessarily for packages that do not define the task
Running `turbo run test` executes dependency tasks for every package in the monorepo, even packages that do not define a `test` script at all. For example, if only the bar package has a `test` script depending on foo, the `build` task of an