homepage/.drone.yml
neri 7dcc8408c2
Some checks failed
continuous-integration/drone Build is failing
add .drone.yml
2022-06-07 20:49:09 +02:00

9 lines
163 B
YAML

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