homepage/.drone.yml

13 lines
204 B
YAML
Raw Normal View History

2022-06-07 18:49:09 +00:00
kind: pipeline
name: default
steps:
- name: install
image: node
commands:
- yarn install --frozen-lockfile
- name: build
image: node
commands:
- yarn build --prefix-paths