Test woodpecker workfow

This commit is contained in:
ChrisDill 2024-02-27 19:44:32 +00:00
parent 7cea5232b4
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