Make lkg task depend on local task instead (#51468)
This commit is contained in:
Родитель
e67b06e909
Коммит
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");
|
||||
|
|
Загрузка…
Ссылка в новой задаче