chore: add typedoc script to docs dev
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
|||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vuepress dev src",
|
"dev": "pnpm run typedoc && vuepress dev src",
|
||||||
"build": "pnpm run typedoc && vuepress build src",
|
"build": "pnpm run typedoc && vuepress build src",
|
||||||
"lint": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path .gitignore .",
|
"lint": "eslint --ext \".js,.jsx,.ts,.tsx\" --fix --ignore-path .gitignore .",
|
||||||
"typedoc": "typedoc --options ./typedoc.json"
|
"typedoc": "typedoc --options ./typedoc.json"
|
||||||
|
|||||||
Reference in New Issue
Block a user