Enable CI on drone #6
1 changed files with 7 additions and 0 deletions
7
.drone.yml
Normal file
7
.drone.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
pipeline:
|
||||
build:
|
||||
image: node:8
|
||||
commands:
|
||||
- npm install
|
||||
- npm run test
|
||||
- npm run build-prod
|
Loading…
Reference in a new issue