Skip to content

Commit 4ada7a6

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 52b1b07 commit 4ada7a6

File tree

2 files changed

+0
-91
lines changed

2 files changed

+0
-91
lines changed

Diff for: Gulpfile.js

-4
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";

Diff for: scripts/configureLanguageServiceBuild.ts

-87
This file was deleted.

0 commit comments

Comments
 (0)