fix: uncomment code in linkAllPkgs()

This commit is contained in:
Zoltan Kochan
2018-03-22 22:56:15 +02:00
parent c8e815b676
commit b56b936ee0

View File

@@ -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,