chore: add typecheck script
This commit is contained in:
parent
75f3616b7c
commit
cc945c4827
2 changed files with 62 additions and 4 deletions
|
@ -13,6 +13,7 @@
|
|||
"prepare": "esno scripts/prepare.ts",
|
||||
"generate": "nuxi generate",
|
||||
"test:unit": "vitest",
|
||||
"test:typecheck": "vue-tsc --noEmit",
|
||||
"test": "nr test:unit",
|
||||
"postinstall": "nuxi prepare && simple-git-hooks"
|
||||
},
|
||||
|
@ -77,6 +78,7 @@
|
|||
"vite-plugin-inspect": "^0.7.9",
|
||||
"vitest": "^0.25.3",
|
||||
"vue-safe-teleport": "^0.1.1",
|
||||
"vue-tsc": "^1.0.11",
|
||||
"vue-virtual-scroller": "2.0.0-beta.3"
|
||||
},
|
||||
"simple-git-hooks": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue