add linking debug to bootstrap script
This commit is contained in:
parent
bfe92a4eea
commit
5e47530226
1
scripts/bootstrap.js
vendored
1
scripts/bootstrap.js
vendored
@ -30,6 +30,7 @@ packages.forEach(function (root) {
|
||||
if (!root.pkg.dependencies || !root.pkg.dependencies[sub.name]) return;
|
||||
|
||||
if (!fs.existsSync(nodeModulesLoc + "/" + sub.name)) {
|
||||
console.log("Linking", "packages/" + sub.folder, "to", nodeModulesLoc + "/" + sub.name);
|
||||
ln("-s", "packages/" + sub.folder, nodeModulesLoc + "/" + sub.name);
|
||||
}
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user