living-together/.drone.yml
MrKBear 00e11287eb
Some checks failed
continuous-integration/drone/push Build is failing
Drone CI Test
2022-02-19 23:43:00 +08:00

11 lines
140 B
YAML

kind: pipeline
type: docker
name: LivingTogether-Lab
steps:
- name: npm build
image: node
commands:
- npm ci
- npm run release-lab