cubbot/drone.yml

15 lines
196 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: node
commands:
- yarn install
- yarn run test:coverage
- name: build
image: node
commands:
- yarn install
- yarn run build