docs: update

This commit is contained in:
Benjamin Canac
2024-06-18 11:01:00 +02:00
parent cd7888cac7
commit 06e041c374
27 changed files with 173 additions and 2045 deletions

View File

@@ -39,7 +39,7 @@
"docs:prepare": "nuxt-component-meta docs",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "vue-tsc --noEmit && nuxi typecheck playground",
"typecheck": "vue-tsc --noEmit && nuxi typecheck playground && nuxi typecheck docs",
"test": "vitest",
"release": "release-it"
},