mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-04 14:33:25 -05:00
Reorder LKG tasks so protocol build isn't using partial LKG (#40717)
* Reorder LKG tasks so protocl build isnt using partial LKG * Update scripts/produceLKG.ts Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com> Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com>
This commit is contained in:
@@ -15,9 +15,9 @@ async function produceLKG() {
|
||||
await copyLibFiles();
|
||||
await copyLocalizedDiagnostics();
|
||||
await copyTypesMap();
|
||||
await buildProtocol();
|
||||
await copyScriptOutputs();
|
||||
await copyDeclarationOutputs();
|
||||
await buildProtocol();
|
||||
await writeGitAttributes();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user