build(aio): less verbose boilerplate generator (#16970)
This commit is contained in:
parent
e10d763446
commit
4c5e28e53a
|
@ -38,7 +38,6 @@ function add() {
|
||||||
installNodeModules();
|
installNodeModules();
|
||||||
|
|
||||||
nodeModulesPaths.map((linkPath) => {
|
nodeModulesPaths.map((linkPath) => {
|
||||||
console.log("symlinking " + linkPath + ' -> ' + realPath)
|
|
||||||
fs.ensureSymlinkSync(realPath, linkPath);
|
fs.ensureSymlinkSync(realPath, linkPath);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue