mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
fabric: Convert to external module and use class declarations (#13833)
This commit is contained in:
@@ -15,8 +15,6 @@ if (pkg.includes("/")) {
|
||||
const cmd = `node ${tslintPath}/lib/tslint-cli --format stylish "**/*.d.ts"`;
|
||||
console.log(cmd);
|
||||
|
||||
console.log(pkg);
|
||||
process.exit(0);
|
||||
try {
|
||||
// Child process writes directly to our own stdout
|
||||
execSync(cmd, { cwd: pkg, stdio: "inherit" });
|
||||
|
||||
Reference in New Issue
Block a user