Skip to content

Commit dab81a0

Browse files
committed
chore: Fix docs build and add docs build to CI.
1 parent aee44c1 commit dab81a0

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,5 +91,8 @@
9191
"peerDependencies": {
9292
"react": "^16.6.3 || ^17.0.0 || ^18.0.0 || ^19.0.0",
9393
"react-dom": "^16.8.4 || ^17.0.0 || ^18.0.0 || ^19.0.0"
94+
},
95+
"resolutions": {
96+
"parse5": "7.2.1"
9497
}
9598
}

0 commit comments

Comments
 (0)