chore: add typedocs script to root
This commit is contained in:
@@ -9,7 +9,8 @@
|
|||||||
"release": "turbo run release",
|
"release": "turbo run release",
|
||||||
"build": "turbo run build",
|
"build": "turbo run build",
|
||||||
"test": "turbo run test",
|
"test": "turbo run test",
|
||||||
"lint": "turbo run lint"
|
"lint": "turbo run lint",
|
||||||
|
"typedocs": "pnpm --dir docs typedocs"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@antfu/eslint-config": "^0.27.0",
|
"@antfu/eslint-config": "^0.27.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user