We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b51de48 commit bdecd11Copy full SHA for bdecd11
ui/package.json
@@ -9,6 +9,7 @@
9
"check:types": "vue-tsc --noEmit",
10
"build": "vite build --emptyOutDir",
11
"preview": "vite preview",
12
+ "test:types": "echo 'skipping, not explicit type checking on this release version'",
13
"test:lint": "eslint",
14
"test:all": "vitest run --coverage",
15
"test:unit": "vitest run --project=unit",
0 commit comments