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