add .drone.yml
continuous-integration/drone Build is failing Details

This commit is contained in:
neri 2022-06-07 20:49:09 +02:00
parent 6d8f26bfee
commit 7dcc8408c2
1 changed files with 9 additions and 0 deletions

9
.drone.yml Normal file
View File

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