We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee44c1 commit e03c3f9Copy full SHA for e03c3f9
.github/workflows/ci.yml
@@ -35,3 +35,5 @@ jobs:
35
run: npm test
36
- name: Lint
37
run: npm run lint
38
+ - name: Build Docs
39
+ run: npm run doc
package.json
@@ -81,7 +81,8 @@
81
"tslib": "^2.8.1",
82
"typedoc": "^0.26.5",
83
"typescript": "^5.5.4",
84
- "typescript-eslint": "^8.0.0"
+ "typescript-eslint": "^8.0.0",
85
+ "parse5": "7.2.1"
86
},
87
"dependencies": {
88
"hoist-non-react-statics": "^3.3.2",
0 commit comments