Skip to content

Commit 581d2e8

Browse files
committed
Add default task
1 parent cef2a56 commit 581d2e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Jakefile.js

+2
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ task(TaskNames.local, [
115115
TaskNames.buildFoldEnd
116116
]);
117117

118+
task("default", [TaskNames.local]);
119+
118120
const RunTestsPrereqs = [TaskNames.lib, Paths.servicesDefinitionFile, Paths.tsserverLibraryDefinitionFile];
119121
desc("Runs all the tests in parallel using the built run.js file. Optional arguments are: t[ests]=category1|category2|... d[ebug]=true.");
120122
task(TaskNames.runtestsParallel, RunTestsPrereqs, function () {

0 commit comments

Comments
 (0)