chore: run typedocs before vuepress
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"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 .",
|
||||
"typedoc": "typedoc --options ./typedoc.json"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user