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

Commit

Permalink
Update gulpfile.js
Browse files Browse the repository at this point in the history
  • Loading branch information
soulcorrosion authored Jul 25, 2017
1 parent 1b2fd26 commit b44d0a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ gulp.task('install', function (callback) {
}else{
var ops = applyOps(['install']);

ops = ops.concat(`${_config.webAppPrefix}.web>install`);
ops.unshift(`${_config.webAppPrefix}.web>install`);

ops = ops.concat(callback);
pluginRunSequence.apply(this, ops);
Expand Down Expand Up @@ -120,4 +120,4 @@ gulp.task('watch', function (callback) { pluginRunSequence.apply(this, applyOps(

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)); });
gulp.task('ci:publish', function (callback) { pluginRunSequence.apply(this, applyOps('ci:publish').concat(callback)); });

0 comments on commit b44d0a9

Please # to comment.