woodpecker/web/.drone.yml
2019-11-12 14:27:39 +01:00

9 lines
173 B
YAML

pipeline:
build:
image: node:8
commands:
- yarn install
- yarn run lesshint
- yarn run test
- yarn run lint --quiet
- yarn run build