Add default task

This commit is contained in:
Ryan Cavanaugh 2018-06-15 11:45:53 -07:00
parent cef2a56944
commit 581d2e8e96

View file

@ -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 () {