1
0
Fork 0
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:
Tim van der Meij 2016-03-13 15:23:41 +01:00
parent c6d2b7f9d9
commit 2b6d7ba3ec
2 changed files with 3 additions and 3 deletions

View file

@ -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);