Add woodpecker CI configuration
This commit is contained in:
parent
bf43603d65
commit
aff565862c
9 changed files with 64 additions and 94 deletions
8
.woodpecker/build.yaml
Normal file
8
.woodpecker/build.yaml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
when:
|
||||
- event: push
|
||||
|
||||
steps:
|
||||
- image: node:lts
|
||||
commands:
|
||||
- npm install
|
||||
- npm run build
|
||||
Loading…
Add table
Add a link
Reference in a new issue