Adds first attempt at Woodpecker pipeline
This commit is contained in:
parent
7ca0edff38
commit
3f34ac16bf
6
.woodpecker.yaml
Normal file
6
.woodpecker.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: node:18-alpine
|
||||||
|
commands:
|
||||||
|
- npm install
|
||||||
|
- npm run build
|
||||||
Loading…
x
Reference in New Issue
Block a user