Add simple .drone.yml
Some checks failed
continuous-integration/drone the build failed

This commit is contained in:
Manuel Friedli 2018-09-01 03:02:36 +02:00
parent 0558f35d29
commit e5c5790172

7
.drone.yml Normal file
View file

@ -0,0 +1,7 @@
pipeline:
build:
image: node:8
commands:
- npm install
- npm run test
- npm run build-prod