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