Minor Changes
-
Package scope is optional when filtering by package name #3485.
So the next two commands will both find
@pnpm/core
:pnpm test --filter core pnpm test --filter @pnpm/core
However, if the workspace contains
@types/core
and@pnpm/core
,--filter=core
will not work. -
Allow a system's package manager to override pnpm's default settings