newsreader/.woodpecker/build.yaml
Sonny Bakker 91949622b7
Some checks failed
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/tests Pipeline was successful
Update woodpecker configuration
2025-05-05 15:11:55 +02:00

10 lines
156 B
YAML

when:
- event: push
- event: pull_request
- event: manual
steps:
- image: node:lts-alpine
commands:
- npm install
- npm run build