living-together/.drone.yml
MrKBear cdb9ba3a14
Some checks failed
continuous-integration/drone/push Build is failing
Drone CI Test
2022-02-20 02:35:27 +08:00

14 lines
272 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 -r build/* /http/demo/living-together-lab/