Added build pipeline for woodpecker
This commit is contained in:
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
|
Reference in New Issue
Block a user