stockpile/.woodpecker.yml

6 lines
90 B
YAML

pipeline:
build:
image: node
commands:
- npm install
- npm run build