docs/.woodpecker.yml

7 řádky
95 B
YAML

pipeline:
build-and-test:
image: node
commands:
- npm ci
- npm run build