living-together/.drone.yml
MrKBear 7bb01ba58e
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Drone CI Test
2022-02-19 23:40:39 +08:00

11 lines
150 B
YAML

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