Skip to content

Commit 37b745b

Browse files
committed
Fix: fixed missing script
1 parent 056211c commit 37b745b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"prepare": "npm run build",
1515
"release": "release-it",
1616
"mkdocs": "pip install mkdocs mkdocs-material && mkdocs serve -f documentation/mkdocs.yml",
17-
"typedoc:dev": "typedoc --customCss ./documentation/typedoc.css; live-server docs/",
17+
"typedocs": "typedoc --customCss ./documentation/typedoc.css",
18+
"typedocs:dev": "typedoc --customCss ./documentation/typedoc.css; live-server docs/",
1819
"updatesite": "npm run typedocs; mkdocs gh-deploy -f documentation/mkdocs.yml"
1920
},
2021
"author": "",

0 commit comments

Comments
 (0)