ADd woodpecker pipeline
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed

This commit is contained in:
apatil 2025-05-01 23:04:33 +01:00
parent db93ade101
commit 6238a121a9

6
.woodpecker.yml Normal file
View File

@ -0,0 +1,6 @@
pipeline:
build:
image: node:20.19-alpine
commands:
- npm install
- npm run build