From ae0c5d5a418a8e872bd61d113679078c65dea526 Mon Sep 17 00:00:00 2001 From: Ryan Cavanaugh Date: Wed, 13 Jun 2018 16:09:33 -0700 Subject: [PATCH] Use LKG for scripts --- Jakefile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jakefile.js b/Jakefile.js index 23ec1f41598..c95a395ccc3 100644 --- a/Jakefile.js +++ b/Jakefile.js @@ -141,7 +141,7 @@ task(TaskNames.lib, libraryTargets); desc("Builds internal scripts"); task(TaskNames.scripts, [TaskNames.coreBuild], function() { - tsbuild([ConfigFileFor.scripts], false, () => { + tsbuild([ConfigFileFor.scripts], true, () => { complete(); }); }, { async: true });