devops: fix build yml

This commit is contained in:
Ayo Ayco 2025-03-01 11:44:51 +01:00
parent 315866bf97
commit 678d29c683

View file

@ -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: |