Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
Add ci:publish task to gulpfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pesimeao committed Jun 12, 2017
1 parent f4e9fc8 commit 1b2fd26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)); });
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)); });

0 comments on commit 1b2fd26

Please # to comment.