Drone CI Test
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build is failing

This commit is contained in:
MrKBear 2022-02-20 03:02:15 +08:00
parent cdb9ba3a14
commit 17ba452d22

View File

@ -6,8 +6,17 @@ steps:
- name: npm build
pull: if-not-exists
image: node
volumes:
- name: publish
path: /tmp/cache
commands:
- npm config set registry https://registry.npm.taobao.org
- npm ci
- npm run release-lab
- cp -r build/* /http/demo/living-together-lab/
- mkdir /tmp/cache
- cp -r build/* /tmp/cache
volumes:
- name: publish
host:
path: /http/demo/living-together-lab