kind: pipeline
name: default
steps:
- name: build
image: node
commands:
- npm install
- npm run buildProd
trigger:
branch:
- master