mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-28 02:53:15 -04:00
Fix symlinking
This commit is contained in:
@@ -193,7 +193,7 @@ function symlinkToModules (target, pkg, modules) {
|
||||
if (pkg.scope) {
|
||||
debug('make scope dir', pkg.scope)
|
||||
return mkdirp(join(modules, pkg.scope))
|
||||
.then(relSymlink(target, join(modules, pkg.name)))
|
||||
.then(_ => relSymlink(target, join(modules, pkg.name)))
|
||||
}
|
||||
|
||||
return relSymlink(target, join(modules, pkg.name))
|
||||
|
||||
Reference in New Issue
Block a user