Skip to content

Commit 3748953

Browse files
committed
fix(gen:gulp:babel): return the two merged streams
1 parent 27806c5 commit 3748953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ gulp.task('babel', () => {
3030
.pipe(transpile())
3131
.pipe(gulp.dest('test'));
3232

33-
return merge(generators);
33+
return merge(generators, test);
3434
});
3535

3636
gulp.task('watch', () => {

0 commit comments

Comments
 (0)