Merge branch 'master' into crypto

This commit is contained in:
Jerko Steiner 2020-01-07 15:59:18 +01:00
commit 46e751cea3

16
.drone.yml Normal file
View File

@ -0,0 +1,16 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: node:12
commands:
- npm install
- npm run ci
---
kind: signature
hmac: a49a1e7c428472d0237bb2ba73511965607384f45114941b869c6a9eff7aef70
...