Skip to content

Commit 8aeb682

Browse files
committed
Remove tsd scripts task from gulpfile
1 parent 1c9ad5c commit 8aeb682

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Gulpfile.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -350,12 +350,6 @@ gulp.task("publish-nightly", "Runs `npm publish --tag next` to create a new nigh
350350
});
351351
});
352352

353-
const scriptsTsdJson = path.join(scriptsDirectory, "tsd.json");
354-
gulp.task("tsd-scripts", `Runs \`tsd --config ${scriptsTsdJson}\` install`, [], (done) => {
355-
exec("tsd", ["--config", scriptsTsdJson, "install"], done, done);
356-
});
357-
358-
359353
const importDefinitelyTypedTestsDirectory = path.join(scriptsDirectory, "importDefinitelyTypedTests");
360354
const importDefinitelyTypedTestsJs = path.join(importDefinitelyTypedTestsDirectory, "importDefinitelyTypedTests.js");
361355
const importDefinitelyTypedTestsTs = path.join(importDefinitelyTypedTestsDirectory, "importDefinitelyTypedTests.ts");

0 commit comments

Comments
 (0)