diff --git a/gulpfile.mjs b/gulpfile.mjs index 475c7bd3ea2bed..ab856dac12aa3b 100644 --- a/gulpfile.mjs +++ b/gulpfile.mjs @@ -78,7 +78,7 @@ const COMMON_WEB_FILES = [ ]; const MOZCENTRAL_DIFF_FILE = "mozcentral.diff"; -const DIST_REPO_URL = "https://github.com/mozilla/pdfjs-dist"; +const DIST_REPO_URL = "https://github.com/mozilla/pdfjs-dist.git"; const CONFIG_FILE = "pdfjs.config"; const config = JSON.parse(fs.readFileSync(CONFIG_FILE).toString()); @@ -2231,6 +2231,7 @@ function packageJson() { engines: { node: ">=18", }, + scripts: {}, }; return createStringSource(