mirror of
https://github.com/pnpm/pnpm.git
synced 2026-07-21 05:02:30 -04:00
pnpm-workspace.yaml sets verifyDepsBeforeRun: install, so every script gets a re-install side effect before it runs. test.yml's standard e2e job sets pnpm_config_verify_deps_before_run: false to disable this; without that override the auto-reinstall seems to leave the loader in the state that triggers jest's "module is already linked". Written by an agent (Claude Code, claude-opus-4-7).