Make lkg task depend on local task instead (#51468)

This commit is contained in:
Jake Bailey 2022-11-09 13:46:28 -08:00 committed by GitHub
parent e67b06e909
commit 2ade485685
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -846,7 +846,7 @@ export const importDefinitelyTypedTests = task({
export const produceLKG = task({
name: "LKG",
description: "Makes a new LKG out of the built js files",
dependencies: [localize, tsc, tsserver, services, lssl, otherOutputs, dts],
dependencies: [local],
run: async () => {
if (!cmdLineOptions.bundle) {
throw new Error("LKG cannot be created when --bundle=false");