Skip to content

Commit eef22fa

Browse files
committed
tsc
1 parent 3b00f25 commit eef22fa

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

dashboard/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
8-
"build": "vue-tsc && vite build",
8+
"build": "vite build",
9+
"build:check": "vue-tsc && vite build",
910
"preview": "vite preview",
1011
"type-check": "vue-tsc --noEmit",
1112
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
@@ -59,7 +60,7 @@
5960
"prettier": "^3.1.1",
6061
"typescript": "^5.3.3",
6162
"vite": "^5.0.8",
62-
"vue-tsc": "^1.8.25"
63+
"vue-tsc": "^2.1.6"
6364
},
6465
"keywords": [
6566
"vue",

0 commit comments

Comments
 (0)