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

This commit is contained in:
Manuel Friedli 2018-09-01 03:02:36 +02:00
parent 0558f35d29
commit e5c5790172
1 changed files with 7 additions and 0 deletions

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