Drone CI Test
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
MrKBear 2022-02-19 23:43:00 +08:00
parent 7bb01ba58e
commit 00e11287eb

View File

@ -3,8 +3,8 @@ type: docker
name: LivingTogether-Lab
steps:
- name: npm build
- image: node
- commands:
- npm ci
- npm run release-lab
- name: npm build
image: node
commands:
- npm ci
- npm run release-lab