mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Run 'firefox' and 'chromium' task in-sequences
This commit is contained in:
parent
6678da379b
commit
85db146525
1 changed files with 1 additions and 1 deletions
|
@ -346,7 +346,7 @@ gulp.task('extension', function (done) {
|
|||
console.log();
|
||||
console.log('### Building extensions');
|
||||
|
||||
runSequence('locale', ['firefox', 'chromium'], done);
|
||||
runSequence('locale', 'firefox', 'chromium', done);
|
||||
});
|
||||
|
||||
gulp.task('buildnumber', function (done) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue