Test woodpecker workfow

This commit is contained in:
Rgebee 2024-02-27 19:44:32 +00:00
commit ae1893ef3a

6
.woodpecker/build.yml Normal file
View file

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