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}"
|
||||
git config --global credential.helper store
|
||||
git push --mirror "https://github.com/${GH_USER}/${REPO}"
|
||||
- build-core:
|
||||
- build-core: |
|
||||
cd ~/"${REPO}"
|
||||
pnpm -F ./packages/core build
|
||||
- build-config:
|
||||
- build-config: |
|
||||
cd ~/"${REPO}"
|
||||
pnpm -F ./packages/config build
|
||||
- install-deps: |
|
||||
|
|
Loading…
Reference in a new issue