mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Merge pull request #16246 from Snuffleupagus/dist-install-force
Force-install when using `gulp dist-install` (issue 15435)
This commit is contained in:
commit
20f79f870e
1 changed files with 1 additions and 1 deletions
|
@ -2348,7 +2348,7 @@ gulp.task(
|
|||
opts.cwd = installPath;
|
||||
distPath = path.relative(installPath, distPath);
|
||||
}
|
||||
safeSpawnSync("npm", ["install", distPath], opts);
|
||||
safeSpawnSync("npm", ["install", "--force", distPath], opts);
|
||||
done();
|
||||
})
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue