From 6cb873365a69bd0c522f2a392c80c614da560c92 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Wed, 20 Jun 2018 23:58:34 +0200 Subject: [PATCH] fix: fix completion callback called too many time in deploy task --- gulp/tasks/deploy.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/gulp/tasks/deploy.js b/gulp/tasks/deploy.js index b0e0d1875..c9ef0883f 100644 --- a/gulp/tasks/deploy.js +++ b/gulp/tasks/deploy.js @@ -96,8 +96,6 @@ gulp.task('deploy:dist', function(done) { .pipe(tsFilter) .pipe(gulp.dest('./dist/js')) .pipe(tsFilter.restore) - - .on('finish', done); }); }); -- 2.47.2