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}"
|
||||
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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue