diff --git a/.drone.yml b/.drone.yml index db52e45..44d6351 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,11 @@ steps: - name: build image: node:16.2.0 commands: - - npm install vite + - node -v + - npm -v + - yarn --version + - yarn config set registry https://registry.npm.taobao.org + - yarn install vite - vite build - name: publish image: plugins/docker:19.03.8