From b47522870546c5ec5d779a751fd3f57777637a86 Mon Sep 17 00:00:00 2001 From: YuanHuakk <1751826683@qq.com> Date: Thu, 13 Feb 2025 16:42:06 +0800 Subject: [PATCH] ci(custom): update --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 69c9cae..6d3c330 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ steps: branch: - test commands: - - npm config set registry https://registry.npmmirror.com/ + # - npm config set registry https://registry.npmmirror.com/ - npm install -g pnpm - pnpm install - pnpm build:weapp:test:upload @@ -28,7 +28,7 @@ steps: branch: - master commands: - - npm config set registry https://registry.npmmirror.com/ + # - npm config set registry https://registry.npmmirror.com/ - npm install -g pnpm - pnpm install - pnpm build:weapp:prod:upload