devops: put build local core & config in one step
This commit is contained in:
parent
678d29c683
commit
757293fc98
1 changed files with 1 additions and 3 deletions
|
@ -15,11 +15,9 @@ tasks:
|
||||||
cd ~/"${REPO}"
|
cd ~/"${REPO}"
|
||||||
git config --global credential.helper store
|
git config --global credential.helper store
|
||||||
git push --mirror "https://github.com/${GH_USER}/${REPO}"
|
git push --mirror "https://github.com/${GH_USER}/${REPO}"
|
||||||
- build-core: |
|
- build-local-deps: |
|
||||||
cd ~/"${REPO}"
|
cd ~/"${REPO}"
|
||||||
pnpm -F ./packages/core build
|
pnpm -F ./packages/core build
|
||||||
- build-config: |
|
|
||||||
cd ~/"${REPO}"
|
|
||||||
pnpm -F ./packages/config build
|
pnpm -F ./packages/config build
|
||||||
- install-deps: |
|
- install-deps: |
|
||||||
cd ~/"${REPO}"
|
cd ~/"${REPO}"
|
||||||
|
|
Loading…
Reference in a new issue