Skip to content

Commit

Permalink
Use npm ci --force for pdf.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dstillman committed Apr 1, 2023
1 parent caa9f27 commit dffa891
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/build-pdfjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash
cd pdf.js
npm ci
# TEMP: Use --force because of https://github.com/mozilla/pdf.js/issues/15429#issuecomment-1278856773
npm ci --force
npx gulp lib
cd ..
mkdir -p build/cmaps
Expand Down

0 comments on commit dffa891

Please sign in to comment.