devops: add site install local deps
This commit is contained in:
parent
757293fc98
commit
fb8ab6844a
1 changed files with 5 additions and 3 deletions
|
@ -15,15 +15,17 @@ tasks:
|
|||
cd ~/"${REPO}"
|
||||
git config --global credential.helper store
|
||||
git push --mirror "https://github.com/${GH_USER}/${REPO}"
|
||||
|
||||
- install-deps: |
|
||||
cd ~/"${REPO}"
|
||||
pnpm i
|
||||
- build-local-deps: |
|
||||
cd ~/"${REPO}"
|
||||
pnpm -F ./packages/core build
|
||||
pnpm -F ./packages/config build
|
||||
- install-deps: |
|
||||
cd ~/"${REPO}"
|
||||
pnpm i
|
||||
- build: |
|
||||
cd ~/"${REPO}"
|
||||
pnpm -F site i
|
||||
pnpm -F site build
|
||||
- deploy: |
|
||||
cd mcfly
|
||||
|
|
Loading…
Reference in a new issue