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

This commit is contained in:
Jake Bailey 2022-11-09 13:46:28 -08:00 коммит произвёл GitHub
Родитель e67b06e909
Коммит 2ade485685
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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");