rondo-framework/.drone.yml
Jerko Steiner d3ae52c79a
Some checks failed
continuous-integration/drone/push Build is failing
Sign .drone.yml
2020-01-09 21:49:28 +01:00

20 lines
359 B
YAML

---
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: 75cb50df9833086e4b9705f592b78ee8c12479ab8b2041577c4660ecc8364295
...