devops: fix build yml
This commit is contained in:
parent
315866bf97
commit
678d29c683
1 changed files with 2 additions and 2 deletions
|
@ -15,10 +15,10 @@ 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-core: |
|
||||||
cd ~/"${REPO}"
|
cd ~/"${REPO}"
|
||||||
pnpm -F ./packages/core build
|
pnpm -F ./packages/core build
|
||||||
- build-config:
|
- build-config: |
|
||||||
cd ~/"${REPO}"
|
cd ~/"${REPO}"
|
||||||
pnpm -F ./packages/config build
|
pnpm -F ./packages/config build
|
||||||
- install-deps: |
|
- install-deps: |
|
||||||
|
|
Loading…
Reference in a new issue