diff --git a/package.json b/package.json index ac642491..c5d71363 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "scripts": { "dev": "vite", - "build": "vue-tsc && vite build", + "build": "vite build", "preview": "vite preview" }, "dependencies": { @@ -56,6 +56,6 @@ "unplugin-vue-components": "^0.27.4", "vite": "5.4.10", "vite-plugin-compression": "~0.5.1", - "vue-tsc": "^2.1.8" + "vue-tsc": "2.1.8" } }