fix: add @pnpm/exe dir to PATH on Windows instead of .bin shims

On Windows, npm's .bin shims can't properly execute the extensionless
native binaries from @pnpm/exe. Instead of trying to fix the shims,
add the @pnpm/exe directory directly to PATH where pnpm.exe lives.
This commit is contained in:
Zoltan Kochan
2026-03-27 19:30:36 +01:00
parent cd98fe77eb
commit 5a859cc8cb
2 changed files with 118 additions and 130 deletions

216
dist/index.js vendored

File diff suppressed because one or more lines are too long