Skip to content

Commit a7df000

Browse files
committed
Remove configureLanguageServiceBuild/createLanguageServiceBuild
The filename and the task mismatched, so this script was never technically runnable as expected, and I don't think anyone was actually using it.
1 parent b143f9b commit a7df000

File tree

2 files changed

+0
-91
lines changed

2 files changed

+0
-91
lines changed

Gulpfile.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -657,10 +657,6 @@ const configureExperimental = () => exec(process.execPath, ["scripts/configurePr
657657
task("configure-experimental", series(buildScripts, configureExperimental));
658658
task("configure-experimental").description = "Runs scripts/configurePrerelease.ts to prepare a build for experimental publishing";
659659

660-
const createLanguageServicesBuild = () => exec(process.execPath, ["scripts/createLanguageServicesBuild.js"]);
661-
task("create-language-services-build", series(buildScripts, createLanguageServicesBuild));
662-
task("create-language-services-build").description = "Runs scripts/createLanguageServicesBuild.ts to prepare a build which only has the require('typescript') JS.";
663-
664660
const publishNightly = () => exec("npm", ["publish", "--tag", "next"]);
665661
task("publish-nightly", series(task("clean"), task("LKG"), task("clean"), task("runtests-parallel"), publishNightly));
666662
task("publish-nightly").description = "Runs `npm publish --tag next` to create a new nightly build on npm";

scripts/configureLanguageServiceBuild.ts

Lines changed: 0 additions & 87 deletions
This file was deleted.

0 commit comments

Comments
 (0)