devops: build local deps for site

- our site is using workspace packages
This commit is contained in:
Ayo Ayco 2025-03-01 11:40:44 +01:00
parent 92c17b475b
commit 798b6df2b3

View file

@ -15,12 +15,15 @@ tasks:
cd ~/"${REPO}"
git config --global credential.helper store
git push --mirror "https://github.com/${GH_USER}/${REPO}"
- build-local-deps:
cd ~/"${REPO}"
pnpm build
- install-deps: |
cd ~/"${REPO}"
pnpm i
- build: |
cd ~/"${REPO}"
pnpm run build:site
pnpm -F site build
- deploy: |
cd mcfly
{