devops: add steps for building local core & config
- our site uses workspace deps
This commit is contained in:
parent
798b6df2b3
commit
315866bf97
1 changed files with 5 additions and 2 deletions
|
@ -15,9 +15,12 @@ tasks:
|
|||
cd ~/"${REPO}"
|
||||
git config --global credential.helper store
|
||||
git push --mirror "https://github.com/${GH_USER}/${REPO}"
|
||||
- build-local-deps:
|
||||
- build-core:
|
||||
cd ~/"${REPO}"
|
||||
pnpm build
|
||||
pnpm -F ./packages/core build
|
||||
- build-config:
|
||||
cd ~/"${REPO}"
|
||||
pnpm -F ./packages/config build
|
||||
- install-deps: |
|
||||
cd ~/"${REPO}"
|
||||
pnpm i
|
||||
|
|
Loading…
Reference in a new issue