More correction to woodpecker yml
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
apatil 2025-05-01 23:14:06 +01:00
parent 060ad19877
commit d83ac1e730

View File

@ -3,8 +3,16 @@ steps:
image: node:20.19-alpine
commands:
- npm install
when:
event:
- push
- pull_request
build:
image: node:20.19-alpine
commands:
- npm run build
when:
event:
- push
- pull_request