pbw-explore/.woodpecker.yml

8 řádky
118 B
YAML

pipeline:
build_and_test:
image: node
commands:
- node --version
- npm ci
- npm run build