From ba8aa2a14001014df41e32a559019810be198f24 Mon Sep 17 00:00:00 2001 From: loser <1711788888@qq.com> Date: Fri, 17 Feb 2023 10:24:45 +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 aa36971..d3e1522 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 - - vite build --mode production + - npm run build when: event: push - name: deploy-project