Added build pipeline for woodpecker
This commit is contained in:
parent
bc78ef2dcc
commit
3bfd6b6559
6
.woodpecker/build.yaml
Normal file
6
.woodpecker/build.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: node:20
|
||||||
|
commands:
|
||||||
|
- npm install
|
||||||
|
- npm run build
|
Loading…
x
Reference in New Issue
Block a user