From 581d2e8e96c236b9ad592253c1378bf34003a5c3 Mon Sep 17 00:00:00 2001 From: Ryan Cavanaugh Date: Fri, 15 Jun 2018 11:45:53 -0700 Subject: [PATCH] Add default task --- Jakefile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Jakefile.js b/Jakefile.js index 361a9bcc2e..9b3876ea13 100644 --- a/Jakefile.js +++ b/Jakefile.js @@ -115,6 +115,8 @@ task(TaskNames.local, [ TaskNames.buildFoldEnd ]); +task("default", [TaskNames.local]); + const RunTestsPrereqs = [TaskNames.lib, Paths.servicesDefinitionFile, Paths.tsserverLibraryDefinitionFile]; desc("Runs all the tests in parallel using the built run.js file. Optional arguments are: t[ests]=category1|category2|... d[ebug]=true."); task(TaskNames.runtestsParallel, RunTestsPrereqs, function () {