Skip to content

Commit e03c3f9

Browse files
authored
chore: Fix docs build and add docs build to CI. (#355)
1 parent aee44c1 commit e03c3f9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@ jobs:
3535
run: npm test
3636
- name: Lint
3737
run: npm run lint
38+
- name: Build Docs
39+
run: npm run doc

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@
8181
"tslib": "^2.8.1",
8282
"typedoc": "^0.26.5",
8383
"typescript": "^5.5.4",
84-
"typescript-eslint": "^8.0.0"
84+
"typescript-eslint": "^8.0.0",
85+
"parse5": "7.2.1"
8586
},
8687
"dependencies": {
8788
"hoist-non-react-statics": "^3.3.2",

0 commit comments

Comments
 (0)