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

This commit is contained in:
MrKBear 2022-02-19 23:40:39 +08:00
parent 4768cdb229
commit 7bb01ba58e

10
.drone.yml Normal file
View File

@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: LivingTogether-Lab
steps:
- name: npm build
- image: node
- commands:
- npm ci
- npm run release-lab