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 abb0efc commit 757c703Copy full SHA for 757c703
package.json
@@ -14,7 +14,7 @@
14
"prepare": "npm run build",
15
"release": "release-it",
16
"mkdocs": "pip install mkdocs mkdocs-material && mkdocs serve -f documentation/mkdocs.yml",
17
- "typedocs": "typedoc --customCss ./documentation/typedoc.css",
+ "typedoc:dev": "typedoc --customCss ./documentation/typedoc.css; live-server docs/",
18
"updatesite": "npm run typedocs; mkdocs gh-deploy -f documentation/mkdocs.yml"
19
},
20
"author": "",
0 commit comments