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