Woodpecker builds

This commit is contained in:
Michał Gdula 2025-03-30 21:31:09 +01:00
parent fe8a7cd754
commit 8a2ff9bf10

10
.woodpecker/build.yaml Normal file
View file

@ -0,0 +1,10 @@
when:
- event: push
branch: main
steps:
- name: build
image: node:23-alpine3.20
commands:
- npm install
- npm run build