kind: pipeline type: docker name: default steps: - name: build image: node:12-alpine commands: - npm install - npm run dist