From e3d052774a1fd89559fa5623496c79c1f362e732 Mon Sep 17 00:00:00 2001 From: mozzie Date: Sun, 5 Mar 2023 17:31:09 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20ci=20=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index b5234b7..50f9a67 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,12 +6,11 @@ name: backset.cn ci steps: - name: 依赖更新 commands: - - su root - - pnpm install + - npm install - name: apps/web 项目构建 commnads: - - pnpm build:web + - npm run build:web - name: 发布web服务器 commands: