Fixed yarn build for ts common inside the packages
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Sambo Chea 2021-09-13 20:47:45 +07:00
parent 4ce24d1e30
commit 28e7cce904

View File

@ -4,12 +4,13 @@ name: ci
steps:
- name: submodules
image: alpine/git
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
- yarn
- cd packages/ts-common && yarn
- cd ../../ && yarn
- yarn build