chore(github): split docs typecheck

This commit is contained in:
Benjamin Canac
2024-10-15 16:33:17 +02:00
parent 46bd1cb002
commit 5385f84e0a
2 changed files with 6 additions and 1 deletions

View File

@@ -38,9 +38,10 @@
"docs": "DEV=true nuxi dev docs",
"docs:build": "nuxi build docs",
"docs:prepare": "nuxt-component-meta docs",
"docs:typecheck": "nuxi typecheck docs",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "vue-tsc --noEmit && nuxi typecheck playground && nuxi typecheck docs",
"typecheck": "vue-tsc --noEmit && nuxi typecheck playground",
"test": "vitest",
"release": "release-it --preRelease=alpha --npm.tag=next"
},