Skip to content

Commit 83574ba

Browse files
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 <[email protected]> Co-authored-by: Daniel Rosenwasser <[email protected]>
1 parent 61910e8 commit 83574ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/produceLKG.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ async function produceLKG() {
1515
await copyLibFiles();
1616
await copyLocalizedDiagnostics();
1717
await copyTypesMap();
18-
await buildProtocol();
1918
await copyScriptOutputs();
2019
await copyDeclarationOutputs();
20+
await buildProtocol();
2121
await writeGitAttributes();
2222
}
2323

0 commit comments

Comments
 (0)