Sam Therapy
d9e4f2dc6f
All checks were successful
continuous-integration/drone Build is passing
Signed-off-by: Sam Therapy <sam@samtherapy.net>
20 lines
224 B
YAML
20 lines
224 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
|
|
steps:
|
|
- name: lint
|
|
image: node
|
|
commands:
|
|
- yarn
|
|
- yarn lint
|
|
|
|
- name: build
|
|
image: node
|
|
commands:
|
|
- yarn build
|
|
|
|
- name: test
|
|
image: node
|
|
commands:
|
|
- yarn test
|