mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 09:38:06 +02:00
Gulp: allow passing parameters and revert one node make
renaming
This commit is contained in:
parent
c6d2b7f9d9
commit
2b6d7ba3ec
2 changed files with 3 additions and 3 deletions
2
make.js
2
make.js
|
@ -1357,7 +1357,7 @@ target.mozcentralbaseline = function() {
|
|||
if (test('-d', 'build')) {
|
||||
rm('-rf', 'build');
|
||||
}
|
||||
exec('gulp mozcentral');
|
||||
exec('node make mozcentral');
|
||||
|
||||
cd(ROOT_DIR);
|
||||
mkdir(MOZCENTRAL_BASELINE_DIR);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue