Drone CI Test
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
MrKBear 2022-02-20 10:38:08 +08:00
parent 17ba452d22
commit ca5e72d6f5

View File

@ -13,8 +13,8 @@ steps:
- npm config set registry https://registry.npm.taobao.org - npm config set registry https://registry.npm.taobao.org
- npm ci - npm ci
- npm run release-lab - npm run release-lab
- mkdir /tmp/cache - mkdir -p /tmp/cache
- cp -r build/* /tmp/cache - cp -f -r build/* /tmp/cache
volumes: volumes:
- name: publish - name: publish