From 8b1c1240923fc5c0474851a510176d5807a4c986 Mon Sep 17 00:00:00 2001 From: cnbugs <717192502@qq.com> Date: Wed, 13 May 2026 11:59:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dvite=E6=89=BE=E4=B8=8D?= =?UTF-8?q?=E5=88=B0=E7=9A=84=E9=97=AE=E9=A2=98=EF=BC=9A=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?--include=3Ddev=E5=8F=82=E6=95=B0=E5=BC=BA=E5=88=B6=E5=AE=89?= =?UTF-8?q?=E8=A3=85dev=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index cfc037a..57f2168 100755 --- a/deploy.sh +++ b/deploy.sh @@ -16,7 +16,7 @@ cd .. # 3. 编译前端 echo "3. 编译Vue前端..." cd frontend -npm install +npm install --include=dev npm run build cd ..