13 lines
209 B
YAML
13 lines
209 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: LivingTogether-Lab
|
|
|
|
steps:
|
|
- name: npm build
|
|
pull: if-not-exists
|
|
image: node
|
|
commands:
|
|
- npm ci
|
|
- npm run release-lab
|
|
- cp build/* /http/demo/living-together-lab/
|