Test woodpecker workfow

This commit is contained in:
Chris Dill 2024-02-27 19:44:32 +00:00
parent dd0507418e
commit ca8e19a892

6
.woodpecker/build.yml Normal file
View File

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