diff --git a/Jakefile.js b/Jakefile.js index d91e04bc015..33ad46c8b58 100644 --- a/Jakefile.js +++ b/Jakefile.js @@ -721,7 +721,7 @@ task('tsc-instrumented', [loggedIOJsPath, instrumenterJsPath, tscFile], function }, { async: true }); desc("Updates the sublime plugin's tsserver"); -task("update-sublime", [serverFile], function() { +task("update-sublime", ["local", serverFile], function() { jake.cpR(serverFile, "../TypeScript-Sublime-Plugin/tsserver/"); jake.cpR(serverFile + ".map", "../TypeScript-Sublime-Plugin/tsserver/"); });