Skip to content

Commit

Permalink
chore: run typedocs before vuepress
Browse files Browse the repository at this point in the history
  • Loading branch information
bcakmakoglu committed Jun 12, 2022
1 parent e4202b0 commit ecf454e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit ecf454e

Please sign in to comment.