mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-12-10 11:28:20 -06:00
Make lkg task depend on local task instead (#51468)
This commit is contained in:
parent
e67b06e909
commit
2ade485685
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user