drone pipeline starter

This commit is contained in:
2026-05-13 13:36:51 -07:00
parent f35a4f0a33
commit e3ec8324af

10
.drone.yml Normal file
View File

@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default
steps:
- name: test
image: node:current
commands:
- npm install
- npm run build