2
mirror of https://github.com/pnpm/action-setup.git synced 2026-04-17 21:45:12 +00:00
Files
pnpm-action-setup/dist/index.js
Zoltan Kochan cd98fe77eb fix: copy pnpm.exe to .bin/ on Windows for standalone mode
The .cmd wrapper approach didn't work because CMD doesn't properly
wait for extensionless PE binaries. Instead, copy the actual .exe
(and .cmd for pnpx) from @pnpm/exe into .bin/ so PATHEXT finds
pnpm.exe directly, bypassing npm's broken node-wrapping shim.
2026-03-27 19:15:32 +01:00

1.4 MiB