Skip to content

Commit bdecd11

Browse files
authored
ci: set "test:types" script to enable type checking in ci (#14641)
1 parent b51de48 commit bdecd11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"check:types": "vue-tsc --noEmit",
1010
"build": "vite build --emptyOutDir",
1111
"preview": "vite preview",
12+
"test:types": "echo 'skipping, not explicit type checking on this release version'",
1213
"test:lint": "eslint",
1314
"test:all": "vitest run --coverage",
1415
"test:unit": "vitest run --project=unit",

0 commit comments

Comments
 (0)