chore: add typedoc script to docs dev

This commit is contained in:
bcakmakoglu
2022-06-13 00:48:48 +02:00
committed by Braks
parent d3e6f63822
commit bd51614fb7
+1 -1
View File
@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vuepress dev src",
"dev": "pnpm run typedoc && vuepress dev src",
"build": "pnpm run typedoc && vuepress build src",
"lint": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path .gitignore .",
"typedoc": "typedoc --options ./typedoc.json"