Skip to content

Commit

Permalink
Small fixes (#37)
Browse files Browse the repository at this point in the history
*  better performance for large table search

* bump `pdf.js` version for better text selection

* render standard annots properly

* remove appdata on uninstall (nsis)

* update workflow
  • Loading branch information
HuntFeng authored May 11, 2023
1 parent e2c63f1 commit 2fada38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version: 16
cache: "yarn"
- run: yarn install --frozen-lockfile
- run: yarn install

- name: Run tests
run: yarn test:ci

0 comments on commit 2fada38

Please sign in to comment.