mirror of
https://github.com/oven-sh/setup-bun.git
synced 2026-08-09 10:27:03 +00:00
Fix bunx (#18)
* Add symlink for bunx * Remove node_modules, use bundled code instead * Add revision support
This commit is contained in:
+1
-1
@@ -199,7 +199,7 @@ for your current platform.`);
|
||||
"node_modules",
|
||||
".cache",
|
||||
"esbuild",
|
||||
`pnpapi-${pkg.replace("/", "-")}-${"0.17.10"}-${path.basename(subpath)}`
|
||||
`pnpapi-${pkg.replace("/", "-")}-${"0.19.2"}-${path.basename(subpath)}`
|
||||
);
|
||||
if (!fs.existsSync(binTargetPath)) {
|
||||
fs.mkdirSync(path.dirname(binTargetPath), { recursive: true });
|
||||
|
||||
Reference in New Issue
Block a user