devops: build local deps for site
- our site is using workspace packages
This commit is contained in:
parent
92c17b475b
commit
798b6df2b3
1 changed files with 4 additions and 1 deletions
|
@ -15,12 +15,15 @@ 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-local-deps:
|
||||||
|
cd ~/"${REPO}"
|
||||||
|
pnpm build
|
||||||
- install-deps: |
|
- install-deps: |
|
||||||
cd ~/"${REPO}"
|
cd ~/"${REPO}"
|
||||||
pnpm i
|
pnpm i
|
||||||
- build: |
|
- build: |
|
||||||
cd ~/"${REPO}"
|
cd ~/"${REPO}"
|
||||||
pnpm run build:site
|
pnpm -F site build
|
||||||
- deploy: |
|
- deploy: |
|
||||||
cd mcfly
|
cd mcfly
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue