From 1ed513252bf487f7110c49b43a52a896d66d7601 Mon Sep 17 00:00:00 2001 From: YuanHuakk <1751826683@qq.com> Date: Fri, 8 Mar 2024 20:16:23 +0800 Subject: [PATCH] ci(custom): --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index b04c3aa..675c797 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ steps: - test commands: - npm config set registry https://registry.npmmirror.com/ - - npm install -g pnpm + - npm install -g @tarojs/cli pnpm - pnpm install - pnpm build:h5:test - rm -rf dist.tar @@ -26,7 +26,7 @@ steps: - master commands: - npm config set registry https://registry.npmmirror.com/ - - npm install -g pnpm + - npm install -g @tarojs/cli pnpm - pnpm install - pnpm build:h5:prod - rm -rf dist.tar