kind: pipeline type: docker name: default steps: - name: build image: node:14 commands: - npm install -D - npm run rebuild