Adds first attempt at Woodpecker pipeline

This commit is contained in:
aarbit 2024-06-11 16:12:00 -05:00
parent 7ca0edff38
commit 3f34ac16bf

6
.woodpecker.yaml Normal file
View File

@ -0,0 +1,6 @@
steps:
- name: build
image: node:18-alpine
commands:
- npm install
- npm run build