rasha.js/.drone.yml

10 行
116 B
YAML

kind: pipeline
name: default
pipeline:
build:
image: node
commands:
- npm install
- npm test