From 9167da1bc562ab0c99942e7d04f8f733a0e11da0 Mon Sep 17 00:00:00 2001 From: simonzhangsz <15231584+simonzhangsz@user.noreply.gitee.com> Date: Fri, 6 Dec 2024 19:13:49 +0800 Subject: [PATCH] tsc check --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } }