Fix embedpdf package with v2 change

This commit is contained in:
Connor Smith
2025-12-22 11:12:05 -05:00
parent 6f0cdb1457
commit d40521335d
6 changed files with 343 additions and 2095 deletions

View File

@@ -74,7 +74,7 @@ jobs:
if: steps.gate.outputs.run == 'true'
working-directory: ../embed-pdf-viewer
run: |
npm pack ./snippet --pack-destination ../bentopdf/vendor/embedpdf
npm pack ./viewers/snippet --pack-destination ../bentopdf/vendor/embedpdf
ls -l ../bentopdf/vendor/embedpdf
- name: Sanitize tarball (rename pkg and pin deps)