feat: Add Drone config file
This commit is contained in:
parent
0c9e4b41b3
commit
df98d9106f
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: install
|
||||||
|
image: node
|
||||||
|
commands:
|
||||||
|
- npm install
|
Loading…
Reference in New Issue