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