add .drone.yml
continuous-integration/drone/push Build is passing Details

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

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