Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jho406 committed Oct 7, 2024
1 parent 54dda27 commit 485d24f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
working-directory: ./superglue
run: npm install

- name: typecheck
working-directory: ./superglue
run: npm run lint:types

- name: Build typedoc
working-directory: ./superglue
run: npx typedoc
Expand Down

0 comments on commit 485d24f

Please sign in to comment.