diff --git a/.drone.yml b/.drone.yml index 9df48e9..2228bb5 100755 --- a/.drone.yml +++ b/.drone.yml @@ -7,6 +7,7 @@ steps: image: node:16.17 pull: if-not-exists commands: + - npm config set registry https://registry.npm.taobao.org/ - npm install - node --version - npm run build