Include previous steps
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/tests Pipeline failed

This commit is contained in:
Sonny Bakker 2024-12-26 19:49:09 +01:00
parent 04aff8fb1d
commit 3b6bfc639a
4 changed files with 48 additions and 16 deletions

8
.woodpecker/build.yaml Normal file
View file

@ -0,0 +1,8 @@
when:
- event: push
steps:
- image: node:lts
commands:
- npm install
- npm run build