mirror of
https://github.com/pnpm/pnpm.git
synced 2026-07-21 05:02:30 -04:00
Adding --filter=pnpm re-enabled pnpm's hidden-script guard and broke the invocation with ERR_PNPM_HIDDEN_SCRIPT. Recursive mode bypasses that guard on its own; --if-present silently skips workspace packages that don't define .test, so the unfiltered form does the right thing. Written by an agent (Claude Code, claude-opus-4-7).