kind: pipeline
name: default
steps:
- name: install
image: node
commands:
- yarn install --frozen-lockfile
- name: build
- yarn build --prefix-paths