From dad6909814bb97f1e09bb4ab2383110d251512d6 Mon Sep 17 00:00:00 2001 From: XinWei <2718030729@qq.com> Date: Wed, 31 Jul 2024 16:01:09 +0800 Subject: [PATCH] 'init' --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index e88c9d7..7ea184f 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