From dfa6146840153d2ba405bdba011100f15f5b5eb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BC=95?= Date: Mon, 11 Dec 2023 11:34:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85=E5=91=BD=E4=BB=A4=E6=9B=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 290ff19..a14a9dc 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "scripts": { "dev": "vite", - "build": "vue-tsc --noEmit && vite build", + "build": "vite build", "preview": "vite preview" }, "dependencies": { @@ -26,4 +26,4 @@ "vite": "^5.0.6", "vue-tsc": "^0.39.5" } -} \ No newline at end of file +}