fix: overwrite npm .cmd wrappers for @pnpm/exe on Windows

npm creates .cmd wrappers that invoke bin entries through `node`,
but @pnpm/exe bins are native executables, not JavaScript files.
This causes pnpm commands to silently fail on Windows.
This commit is contained in:
Zoltan Kochan
2026-03-27 19:01:02 +01:00
parent 994d756a33
commit 6bbd5b7dd6
2 changed files with 93 additions and 67 deletions

131
dist/index.js vendored

File diff suppressed because one or more lines are too long