monorepo:run with the command list fixed to test. It runs the test script across every package and module of your workspace, in dependency order, with a content-addressed task cache. Every other option is forwarded untouched.
Usage
Examples
Test every package and module:Options
| Option | Description | Default |
|---|---|---|
--packages | Comma-separated package names to include (under packages/). | All packages and modules |
--modules | Comma-separated module names to include (under modules/). | All packages and modules |
--logs | Stream plain log lines instead of the interactive view. | false |
--no-cache | Skip reading and writing the task cache. | false |
Unlike
monorepo:run, test takes no
--commands option — the command list is fixed to test.monorepo:run reference for the full details on execution order, caching, and output.