mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-25 10:31:55 -04:00
@@ -49,6 +49,7 @@ export async function linkToGlobal (
|
||||
maybeOpts?: PnpmOptions
|
||||
) {
|
||||
const opts = extendOptions(maybeOpts)
|
||||
opts.global = true // bins will be linked to the global bin path
|
||||
const globalPkgPath = expandTilde(opts.globalPath)
|
||||
await link(linkFrom, globalPkgPath, opts)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user