Add .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Jerko Steiner 2020-01-09 19:25:28 +01:00
parent 5cbb3790ac
commit 66036d17fa

19
.drone.yml Normal file
View File

@ -0,0 +1,19 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: node:12
commands:
- npm install
- npm run lint
- npm run bootstrap
- ./node_modules/.bin/jest
- ./node_modules/.bin/lerna exec rondo -- build --esm
---
kind: signature
hmac: a49a1e7c428472d0237bb2ba73511965607384f45114941b869c6a9eff7aef70
...