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