From f1f0921c83d219b5a45fc326c38b4366588acbf6 Mon Sep 17 00:00:00 2001 From: cirry <812852553@qq.com> Date: Wed, 12 Aug 2026 10:38:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0drone=20=E6=89=93=E5=8C=85?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 06e75a9..f69db22 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,8 +27,8 @@ steps: # 定义管道的执行步骤 commands: # 当前步骤执行的命令 - ls - pnpm config set registry https://registry.npmmirror.com # 切换源 - - pnpm i # 安装node_modules包 - - pnpm run build # 执行编译 + - pnpm install + - pnpm build # - name: depoly # depends_on: [build] # 依赖的步骤 # image: appleboy/drone-scp