From 2462632497e98aa8475cd0a7e71b0c1304af1c67 Mon Sep 17 00:00:00 2001 From: lixin Date: Fri, 10 Jan 2025 16:35:35 +0800 Subject: [PATCH] =?UTF-8?q?gai=E5=9B=9E=E6=9D=A5?= 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 62e3c87..1369e79 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 - - pnpm config set registry https://registry.npmmirror.com - - pnpm install - - pnpm build:prod + - yarn config set registry https://registry.npmmirror.com + - yarn install + - yarn build:prod #- npm cache clean --force # - npm install # - npm run build:prod