kind: pipeline name: default steps: - name: prepare image: node:12 commands: - npm install - name: build image: node:12 environment: NPMPATH: "node_modules/.bin" commands: - $NPMPATH/grunt