From 936b9a50fbd277d30c5b7927acc7e320e07070cb Mon Sep 17 00:00:00 2001 From: XinWei <2718030729@qq.com> Date: Wed, 31 Jul 2024 15:57:05 +0800 Subject: [PATCH] 'init' --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f30ec88..de8dc8e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,8 @@ steps: - name: build-file path: /build/dist commands: - - npm install --registry=https://registry.npm.taobao.org + - npm config set registry https://registry.npm.taobao.org/ + - npm install - npm run build - cp -r dist/. /build/dist # - ls