rondo-framework/.drone.yml
Jerko Steiner e19a0e1c27
All checks were successful
continuous-integration/drone/push Build is passing
Add npm run compile to prepublish
2020-01-10 12:31:58 +01:00

21 lines
346 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: node:12
commands:
- npm install
- npm run lint
- npm run bootstrap
- npm run compile:lib
- npm run test:ci
- npm run compile:esm
---
kind: signature
hmac: 234de0a22115096452d098a0e6397fec9f39a6706b1a5e556387b0a6e432ee71
...