Skip to content

Commit

Permalink
Fix test documentation job
Browse files Browse the repository at this point in the history
  • Loading branch information
Drarig29 committed Jul 8, 2023
1 parent 5e6227f commit af7a6e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,7 @@ jobs:
- run: npm test
env:
FORCE_COLOR: "1"
- run: npx typedoc src/index.ts --treatValidationWarningsAsErrors
- name: Test documentation
run: |
npm install typedoc
npx typedoc src/index.ts --excludePrivate --excludeExternals --treatValidationWarningsAsErrors

0 comments on commit af7a6e6

Please sign in to comment.