Skip to content

Commit 2ade485

Browse files
authored
Make lkg task depend on local task instead (#51468)
1 parent e67b06e commit 2ade485

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Herebyfile.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ export const importDefinitelyTypedTests = task({
846846
export const produceLKG = task({
847847
name: "LKG",
848848
description: "Makes a new LKG out of the built js files",
849-
dependencies: [localize, tsc, tsserver, services, lssl, otherOutputs, dts],
849+
dependencies: [local],
850850
run: async () => {
851851
if (!cmdLineOptions.bundle) {
852852
throw new Error("LKG cannot be created when --bundle=false");

0 commit comments

Comments
 (0)