Added build pipeline for woodpecker

This commit is contained in:
Harrison Deng 2024-10-21 04:03:48 +00:00
parent bc78ef2dcc
commit 3bfd6b6559

6
.woodpecker/build.yaml Normal file
View File

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