Skip to content

Commit 505a854

Browse files
committed
Merge pull request #3815 from Microsoft/fix3805
Make update-sublime depend on local task
2 parents f72b001 + 5cfba6b commit 505a854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jakefile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ task('tsc-instrumented', [loggedIOJsPath, instrumenterJsPath, tscFile], function
721721
}, { async: true });
722722

723723
desc("Updates the sublime plugin's tsserver");
724-
task("update-sublime", [serverFile], function() {
724+
task("update-sublime", ["local", serverFile], function() {
725725
jake.cpR(serverFile, "../TypeScript-Sublime-Plugin/tsserver/");
726726
jake.cpR(serverFile + ".map", "../TypeScript-Sublime-Plugin/tsserver/");
727727
});

0 commit comments

Comments
 (0)