add .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
neri 2022-06-07 20:49:09 +02:00
parent 6d8f26bfee
commit 1ec760011d

12
.drone.yml Normal file
View file

@ -0,0 +1,12 @@
kind: pipeline
name: default
steps:
- name: install
image: node
commands:
- yarn install --frozen-lockfile
- name: build
image: node
commands:
- yarn build --prefix-paths