added drone file
This commit is contained in:
parent
4f305b79f6
commit
99c82ef173
9
.drone.yml
Normal file
9
.drone.yml
Normal file
@ -0,0 +1,9 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: node
|
||||
commands:
|
||||
- yarn install
|
||||
- yarn run build
|
Loading…
Reference in New Issue
Block a user