homepage/.drone.yml

10 lines
156 B
YAML

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