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