booler/.drone.yml

8 lines
141 B
YAML
Raw Normal View History

2020-04-17 20:23:10 +07:00
pipeline:
2020-04-17 20:27:05 +07:00
build:
image: node:latest
2020-04-17 20:23:10 +07:00
commands:
2020-04-17 20:27:05 +07:00
- node --version
- npm --version
2020-04-17 20:23:10 +07:00
- npm install
- npm run test