From 96cbe6d9717286c36abbcc0c62f563f91977e7c2 Mon Sep 17 00:00:00 2001 From: cnbugs <717192502@qq.com> Date: Wed, 13 May 2026 11:57:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=89=8D=E7=AB=AF=E7=BC=96?= =?UTF-8?q?=E8=AF=91vue-tsc=E6=89=BE=E4=B8=8D=E5=88=B0=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98=EF=BC=9A=E7=A7=BB=E9=99=A4npm=20install=20--productio?= =?UTF-8?q?n=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 2 +- frontend/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index 80e3eb6..cfc037a 100755 --- a/deploy.sh +++ b/deploy.sh @@ -16,7 +16,7 @@ cd .. # 3. 编译前端 echo "3. 编译Vue前端..." cd frontend -npm install --production +npm install npm run build cd .. diff --git a/frontend/package.json b/frontend/package.json index 1b61159..1659e62 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite", - "build": "vue-tsc && vite build", + "build": "vite build", "preview": "vite preview" }, "dependencies": {