feat: typecheck npm script

This commit is contained in:
2026-01-13 11:03:10 -05:00
parent 9b6a86fe0c
commit 33589d425a
3 changed files with 41 additions and 13 deletions

View File

@@ -11,7 +11,8 @@
"postinstall": "pnpm --sequential /postinstall:.*/",
"postinstall:nuxt": "nuxt prepare",
"preview": "nuxt preview",
"release": "pnpm lint && changelogen --noAuthors --release --push"
"release": "pnpm lint && pnpm typecheck && changelogen --noAuthors --release --push",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.84",
@@ -25,7 +26,8 @@
"@nuxt/eslint": "^1.12.1",
"changelogen": "^0.6.2",
"eslint": "^9.39.2",
"typescript": "^5.9.3"
"typescript": "^5.9.3",
"vue-tsc": "^3.2.2"
},
"changelog": {
"types": {