Limit a command to a selected workspace package.
Section: Filtering and Recursive Execution
Operate on one workspace package
bash
bash
pnpm --filter @acme/web testExplanation
Limit a command to a selected workspace package.
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 Filtering and Recursive Execution
Filter package and dependents
Target a package and packages that depend on it.
Install across workspace
Run install recursively across workspace packages.
Run build in all workspace packages
Run a script recursively in all packages.