kind: pipeline name: default steps: - name: prepare image: node:12 commands: - npm install - name: build image: node:12 commands: - npm run build