We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 375ad4b commit e897dacCopy full SHA for e897dac
lib/cli.js
@@ -169,7 +169,7 @@ function runWithGulp(argv, taskInstance){
169
return Q.fcall(taskInstance.run.bind(taskInstance), Cli, argv);
170
}
171
).then(function(){
172
- if (gulp.tasks[beforeHook]) {
+ if (gulp.tasks[afterHook]) {
173
console.info('\nRunning \'' + afterHook + '\' Gulp task after ' + cmdName);
174
175
return Q.nfcall(gulp.start.bind(gulp), afterHook);
0 commit comments