Skip to content

Commit d13a863

Browse files
committed
ci: Adjust workflow to work with new JSDoc script path
+ add "docdash" dep in root (needed for ci)
1 parent 385d666 commit d13a863

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
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 run jsdoc-generate
4444

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

package-lock.json

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"@commitlint/config-conventional": "^20.0.0",
4949
"@eslint/js": "^9.8.0",
5050
"depcheck": "^1.4.7",
51+
"docdash": "^2.0.2",
5152
"eslint": "^9.35.0",
5253
"eslint-config-google": "^0.14.0",
5354
"eslint-plugin-ava": "^15.1.0",

0 commit comments

Comments
 (0)