From c01f849a844c3373b3eb473b381f1c724d852143 Mon Sep 17 00:00:00 2001 From: loser <1711788888@qq.com> Date: Fri, 3 Feb 2023 15:38:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d3e1522..aa36971 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,7 +20,7 @@ steps: - ls -alt - npm config set registry https://registry.npm.taobao.org # 切换淘宝镜像 - npm install - - npm run build + - vite build --mode production when: event: push - name: deploy-project