Skip to content

Commit 757c703

Browse files
committed
Feature: Added live typedoc script
1 parent abb0efc commit 757c703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

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

0 commit comments

Comments
 (0)