monorepo:check. It runs the full verification gate across the packages and modules of your workspace: install, then build, then fmt, then lint, then test, in that order. Every option is forwarded untouched, so talos check behaves exactly like talos monorepo:check.
Usage
Examples
Run the full gate across 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 |
Like
monorepo:check, check takes no
--commands option — the command list is fixed to install,build,fmt,lint,test.monorepo:check reference for the full details on execution order, caching, and output.