Skip to content

Commit 1fb6345

Browse files
authored
chore: remove vue-tsc in script
1 parent 6b7aa29 commit 1fb6345

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
8-
"build": "vue-tsc -b && vite build",
8+
"build": "vite build",
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
@@ -19,4 +19,4 @@
1919
"vite": "^6.0.7",
2020
"vue-tsc": "^2.2.0"
2121
}
22-
}
22+
}

0 commit comments

Comments
 (0)