From 1b2fd2600134991ed6f2c88f6bb6f52a5b9462a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Sime=C3=A3o?= Date: Mon, 12 Jun 2017 20:10:04 +0100 Subject: [PATCH] Add ci:publish task to gulpfile --- gulpfile.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 9622703..aeded61 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -118,4 +118,6 @@ gulp.task('purge', function (callback) { pluginRunSequence.apply(this, applyOps( gulp.task('watch', function (callback) { pluginRunSequence.apply(this, applyOps('watch').concat(callback)); }); -gulp.task('create-missing-i18n', function (callback) { pluginRunSequence.apply(this, applyOps('create-missing-i18n').concat(callback)); }); \ No newline at end of file +gulp.task('create-missing-i18n', function (callback) { pluginRunSequence.apply(this, applyOps('create-missing-i18n').concat(callback)); }); + +gulp.task('ci:publish', function (callback) { pluginRunSequence.apply(this, applyOps('ci:publish').concat(callback)); }); \ No newline at end of file