Skip to content

Commit 6cc64a0

Browse files
committed
add type-check script
1 parent 41abc25 commit 6cc64a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/studio-ui/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"scripts": {
99
"dev": "vite",
1010
"build": "vite build",
11+
"type-check": "vue-tsc --noEmit",
1112
"preview": "vite preview",
1213
"lint": "eslint . --fix",
1314
"lint:check": "eslint ."

0 commit comments

Comments
 (0)