chore: add typedocs script to root

This commit is contained in:
braks
2022-10-08 22:02:50 +02:00
committed by Braks
parent 13d576da4b
commit 32c024cccb

View File

@@ -9,7 +9,8 @@
"release": "turbo run release",
"build": "turbo run build",
"test": "turbo run test",
"lint": "turbo run lint"
"lint": "turbo run lint",
"typedocs": "pnpm --dir docs typedocs"
},
"devDependencies": {
"@antfu/eslint-config": "^0.27.0",