Skip to content

Commit e43ced9

Browse files
committed
Fix smoke test
1 parent 75c9404 commit e43ced9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/produceLKG.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ async function copyTypesMap() {
5252
async function copyScriptOutputs() {
5353
await copyFromBuiltLocal("cancellationToken.js");
5454
await copyFromBuiltLocal("tsc.js");
55+
await copyFromBuiltLocal("tscReal.js");
5556
await copyFromBuiltLocal("tsserver.js");
5657
await copyFromBuiltLocal("tsserverlibrary.js");
5758
await copyFromBuiltLocal("typescript.js");

0 commit comments

Comments
 (0)