Browse Source

ci: add doc generation step into ci (#6078)

pull/6072/head
Daniel Starns 2 years ago
committed by GitHub
parent
commit
83ed93a8e0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/quailty.yml

1
.github/workflows/quailty.yml

@ -27,4 +27,5 @@ jobs:
- run: npm run format:check
- run: yarn build
- run: npm run ts:build:check
- run: npm run docs:api
- run: npm test

Loading…
Cancel
Save