mirror of
https://github.com/pnpm/pnpm.git
synced 2026-06-27 17:35:30 -04:00
The TypeScript pnpm CLI was relocated from `pnpm/` to `pnpm11/pnpm/` in pnpm/pnpm#12537, but the "Extract pnpm CLI e2e test duration" step still passed `--package-dir pnpm`. That path no longer exists, so the exec-summary lookup found no entry and the step exited 1, failing the full TS CI test job on main. Point `--package-dir` at the package's new location, `pnpm11/pnpm`.