--- 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 ...