diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-01-18 23:20:42 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-01-18 23:20:42 +0100 |
commit | bd60805706b7a599d4317f686d850a0c7ee45cf7 (patch) | |
tree | a165470aac558cd45e7fac7c267bfe432b3c31a6 | |
parent | d44fe923460fcc2ec0e9a0e743d18324db3c4972 (diff) |
add default gulp task
-rw-r--r-- | extension/gulpfile.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extension/gulpfile.js b/extension/gulpfile.js index 9b62216dd..157914832 100644 --- a/extension/gulpfile.js +++ b/extension/gulpfile.js @@ -142,3 +142,5 @@ gulp.task("tsconfig", function() { .pipe(gulp.dest(".")); }); + +gulp.task("default", ["package", "tsconfig"]); |