Skip to content

Commit b461afc

Browse files
authored
Build: Run Gulp tasks sequentially (#11560) (#11564)
1 parent 98226ec commit b461afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function createMainBatch() {
5252
}
5353
tasks.push('style-compiler-batch', 'misc-batch');
5454
return DOCKER_CI
55-
? gulp.parallel(tasks)
55+
? gulp.series(tasks)
5656
: (callback) => multiProcess(tasks, callback, true);
5757
}
5858

0 commit comments

Comments
 (0)