express-nodejs-app/.drone.yml
Sambo Chea 75f0d3a092
All checks were successful
continuous-integration/drone/push Build is passing
Updated and build for ts common
2021-09-13 20:49:05 +07:00

17 lines
399 B
YAML

kind: pipeline
type: docker
name: ci
steps:
- name: submodules
image: d.ctdn.net/alpine/git
commands:
- git submodule update --init --recursive
- name: build
image: d.ctdn.net/node
commands:
- yarn config set registry https://r.ctdn.net
- cd packages/ts-common && yarn && yarn build
- cd ../../ && yarn
- yarn build