commit bd60805706b7a599d4317f686d850a0c7ee45cf7 parent d44fe923460fcc2ec0e9a0e743d18324db3c4972 Author: Florian Dold <florian.dold@gmail.com> Date: Mon, 18 Jan 2016 23:20:42 +0100 add default gulp task Diffstat:
| M | extension/gulpfile.js | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/extension/gulpfile.js b/extension/gulpfile.js @@ -142,3 +142,5 @@ gulp.task("tsconfig", function() { .pipe(gulp.dest(".")); }); + +gulp.task("default", ["package", "tsconfig"]);