Some checks reported errors
continuous-integration/drone/push Build encountered an error
11 lines
150 B
YAML
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
|