You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple `--filter` flags are combined as a union. Exclusion filters are applied after all inclusions.
173
173
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.
175
+
174
176
### Workspace Root (`-w`)
175
177
176
178
Explicitly run the task in the workspace root package:
0 commit comments