stockpile/.woodpecker.yml

6 lines
90 B
YAML
Raw Normal View History

2023-05-18 19:51:18 +00:00
pipeline:
build:
image: node
commands:
- npm install
- npm run build