Skip to content

Commit 168fae6

Browse files
Changes for sequential execution of tasks
1 parent 6c5b6bb commit 168fae6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gulpfile.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -468,4 +468,6 @@ gulp.task('update-namespace', function(){
468468
});
469469

470470
gulp.task('build-gpt-prod',[''])
471-
gulp.task('build-bundle', [argv.task || '', 'bundle-keys']);
471+
gulp.task('build-bundle', [argv.task || ''], function() {
472+
gulp.start('bundle-keys');
473+
});

0 commit comments

Comments
 (0)