chore: run typedocs before vuepress
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vuepress dev src",
|
"dev": "vuepress dev src",
|
||||||
"build": "vuepress build src && pnpm run typedoc",
|
"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