homepage/.drone.yml
neri 1ec760011d
All checks were successful
continuous-integration/drone/push Build is passing
add .drone.yml
2022-06-07 21:07:48 +02:00

12 lines
204 B
YAML

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