build(aio): less verbose boilerplate generator (#16970)
This commit is contained in:

committed by
Chuck Jazdzewski

parent
e10d763446
commit
4c5e28e53a
@ -38,7 +38,6 @@ function add() {
|
||||
installNodeModules();
|
||||
|
||||
nodeModulesPaths.map((linkPath) => {
|
||||
console.log("symlinking " + linkPath + ' -> ' + realPath)
|
||||
fs.ensureSymlinkSync(realPath, linkPath);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user