Files
pnpm/engine
Zoltan Kochan 13e157ddb2 fix(exe): make pn a shell script in the tarball like pnpx/pnx (#11145)
The store install path runs the bootstrap version's
linkExePlatformBinary, not the target version's. So the pn hardlink
fix only works when the bootstrap already has it. Making pn a shell
script in the tarball (via prepare.js) means it works regardless of
which version does the installing — same approach as pnpx/pnx.
2026-03-29 22:28:30 +02:00
..