Skip to content

Commit 9416b2a

Browse files
committed
docs: drop pnpm reference from --filter no-match note
1 parent 6fa5b85 commit 9416b2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guide/run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ vp run --filter "@my/*" --filter "!@my/utils" build
171171

172172
Multiple `--filter` flags are combined as a union. Exclusion filters are applied after all inclusions.
173173

174-
When a `--filter` matches no packages, Vite+ prints a warning and exits successfully, matching pnpm's behavior. Pass `--fail-if-no-match` to abort the run when any filter matches nothing instead.
174+
When a `--filter` matches no packages, Vite+ prints a warning and exits successfully. Pass `--fail-if-no-match` to abort the run when any filter matches nothing instead.
175175

176176
### Workspace Root (`-w`)
177177

0 commit comments

Comments
 (0)