mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-20 19:45:07 -06:00
Remove tsd scripts task from gulpfile
This commit is contained in:
parent
1c9ad5ca4d
commit
8aeb682206
@ -350,12 +350,6 @@ gulp.task("publish-nightly", "Runs `npm publish --tag next` to create a new nigh
|
||||
});
|
||||
});
|
||||
|
||||
const scriptsTsdJson = path.join(scriptsDirectory, "tsd.json");
|
||||
gulp.task("tsd-scripts", `Runs \`tsd --config ${scriptsTsdJson}\` install`, [], (done) => {
|
||||
exec("tsd", ["--config", scriptsTsdJson, "install"], done, done);
|
||||
});
|
||||
|
||||
|
||||
const importDefinitelyTypedTestsDirectory = path.join(scriptsDirectory, "importDefinitelyTypedTests");
|
||||
const importDefinitelyTypedTestsJs = path.join(importDefinitelyTypedTestsDirectory, "importDefinitelyTypedTests.js");
|
||||
const importDefinitelyTypedTestsTs = path.join(importDefinitelyTypedTestsDirectory, "importDefinitelyTypedTests.ts");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user