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