Fixed yarn build for ts common inside the packages
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
4ce24d1e30
commit
28e7cce904
@ -4,12 +4,13 @@ name: ci
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: submodules
|
- name: submodules
|
||||||
image: alpine/git
|
image: d.ctdn.net/alpine/git
|
||||||
commands:
|
commands:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
- name: build
|
- name: build
|
||||||
image: d.ctdn.net/node
|
image: d.ctdn.net/node
|
||||||
commands:
|
commands:
|
||||||
- yarn config set registry https://r.ctdn.net
|
- yarn config set registry https://r.ctdn.net
|
||||||
- yarn
|
- cd packages/ts-common && yarn
|
||||||
|
- cd ../../ && yarn
|
||||||
- yarn build
|
- yarn build
|
||||||
|
Loading…
Reference in New Issue
Block a user