allow omitting package scope in --filter (like pnpm does)
#11886
Closed
stefanprobst
started this conversation in
Ideas
Replies: 1 comment
-
|
This used to be the behavior the there were sublte bugs and inconsistencies that would occur because of this behavior. We won't be reverting on this one. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
align behavior of
--filterwithpnpm, which allows to omit the scope/namespace from workspace package names.# works pnpm -F db buildBackground
see https://pnpm.io/filtering#--filter-package_name
"Specifying the scope of the package is optional"
Proposal
no
Beta Was this translation helpful? Give feedback.
All reactions