Skip to content

Commit 2074a75

Browse files
authored
docs: Setup JSDoc build for monorepo (#1184)
1 parent e0b185d commit 2074a75

30 files changed

+4964
-1349
lines changed

.github/workflows/github-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: npm run coverage
4141

4242
- name: Generate JSDoc documentation
43-
run: npm run jsdoc-generate
43+
run: cd packages/documentation && npm ci && npm run jsdoc-generate
4444

4545
- name: Generate merged JSON schema
4646
run: npm run schema-generate

jsdoc-workspace.json

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)