chore: run typedocs before vuepress

This commit is contained in:
bcakmakoglu
2022-06-12 23:39:47 +02:00
committed by Braks
parent e4202b01c9
commit ecf454e7b2

View File

@@ -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"
},