From f962da1a06be41bacefac5f9a200f07aee19097d Mon Sep 17 00:00:00 2001 From: lixin Date: Fri, 10 Jan 2025 16:34:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=A5weipnpm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1369e79..62e3c87 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,9 +27,9 @@ steps: path: /usr/local/share/.cache/yarn/v6 commands: # - npm config set registry https://registry.npm.taobao.org - - yarn config set registry https://registry.npmmirror.com - - yarn install - - yarn build:prod + - pnpm config set registry https://registry.npmmirror.com + - pnpm install + - pnpm build:prod #- npm cache clean --force # - npm install # - npm run build:prod