This commit is contained in:
parent
5cbb3790ac
commit
66036d17fa
19
.drone.yml
Normal file
19
.drone.yml
Normal 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
|
||||||
|
|
||||||
|
...
|
||||||
Loading…
x
Reference in New Issue
Block a user