chore(package): put back docs typecheck

This commit is contained in:
Benjamin Canac
2024-09-23 12:35:23 +02:00
parent 345f396110
commit 0430b34ca7

View File

@@ -26,7 +26,7 @@
"build:docs": "nuxi generate docs",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "vue-tsc --noEmit",
"typecheck": "vue-tsc --noEmit && nuxi typecheck docs",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare docs",
"release": "release-it",
"test": "vitest"