living-together/.drone.yml
MrKBear 745ec6faa9
Some checks failed
continuous-integration/drone/push Build is failing
Drone CI Test
2022-02-20 02:23:44 +08:00

14 lines
269 B
YAML

kind: pipeline
type: docker
name: LivingTogether-Lab
steps:
- name: npm build
pull: if-not-exists
image: node
commands:
- npm config set registry https://registry.npm.taobao.org
- npm ci
- npm run release-lab
- cp build/* /http/demo/living-together-lab/