From 007117ed003b90ba795e1247eea6ba50bb9105bf Mon Sep 17 00:00:00 2001 From: XinWei <2718030729@qq.com> Date: Wed, 31 Jul 2024 15:45:43 +0800 Subject: [PATCH] 'init' --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d020a84..e88c9d7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,11 +3,12 @@ name: default steps: - name: build - image: node:16.18.1 + image: node:16.20.2 volumes: - name: build-file path: /build/dist commands: + - npm config set registry https://registry.npm.taobao.org/ - npm install - npm run build - cp -r dist/. /build/dist