docs: fix type in comments of admin tools (#2981).
This commit is contained in:
parent
d5815cc4f1
commit
8e31b4dcf4
@ -41,7 +41,7 @@ function link(existing, path) {
|
|||||||
return __awaiter(this, void 0, void 0, function* () {
|
return __awaiter(this, void 0, void 0, function* () {
|
||||||
console.log(log_1.colorify.bold(`Linking ${path_2.packages.length} package node_modules rat nests...`));
|
console.log(log_1.colorify.bold(`Linking ${path_2.packages.length} package node_modules rat nests...`));
|
||||||
const nodeModulesBase = (0, path_1.resolve)(path_2.dirs.root, ".package_node_modules");
|
const nodeModulesBase = (0, path_1.resolve)(path_2.dirs.root, ".package_node_modules");
|
||||||
// Make a symlink in the ROOT/node_mpdules to each package in this repo
|
// Make a symlink in the ROOT/node_modules to each package in this repo
|
||||||
path_2.packages.forEach((name) => {
|
path_2.packages.forEach((name) => {
|
||||||
// e.g. /node_modules/@ethersproject/abi => /packages/abi
|
// e.g. /node_modules/@ethersproject/abi => /packages/abi
|
||||||
link((0, path_2.getPackagePath)(name), (0, path_1.resolve)(path_2.dirs.root, "node_modules", name));
|
link((0, path_2.getPackagePath)(name), (0, path_1.resolve)(path_2.dirs.root, "node_modules", name));
|
||||||
|
@ -29,7 +29,7 @@ function link(existing: string, path: string): void {
|
|||||||
|
|
||||||
const nodeModulesBase = resolve(dirs.root, ".package_node_modules");
|
const nodeModulesBase = resolve(dirs.root, ".package_node_modules");
|
||||||
|
|
||||||
// Make a symlink in the ROOT/node_mpdules to each package in this repo
|
// Make a symlink in the ROOT/node_modules to each package in this repo
|
||||||
packages.forEach((name) => {
|
packages.forEach((name) => {
|
||||||
|
|
||||||
// e.g. /node_modules/@ethersproject/abi => /packages/abi
|
// e.g. /node_modules/@ethersproject/abi => /packages/abi
|
||||||
|
Loading…
Reference in New Issue
Block a user