mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-16 12:51:45 -04:00
fix: uncomment code in linkAllPkgs()
This commit is contained in:
@@ -342,7 +342,7 @@ async function linkAllPkgs (
|
||||
depNodes.map(async (depNode) => {
|
||||
const filesResponse = await depNode.fetchingFiles
|
||||
|
||||
// if (depNode.independent) return
|
||||
if (depNode.independent) return
|
||||
return storeController.importPackage(depNode.centralLocation, depNode.peripheralLocation, {
|
||||
filesResponse,
|
||||
force: opts.force,
|
||||
|
||||
Reference in New Issue
Block a user