Run command on a package and all dependents.
Section: Workspace Filter Recipes
Filter dependents
bash
bash
pnpm --filter @acme/core... testExplanation
Run command on a package and all dependents.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Workspace Filter Recipes
Filter changed since branch
Target packages changed since a Git ref and their dependents.
Create pnpm-workspace.yaml
Define the workspace root and included package globs.