kind: pipeline name: default steps: - name: build image: node commands: - yarn install - yarn run build