devops: install deps after build local deps
This commit is contained in:
parent
1d756e94c0
commit
b84bc75077
1 changed files with 3 additions and 4 deletions
|
@ -15,14 +15,13 @@ 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}"
|
||||||
|
|
||||||
- install-deps: |
|
|
||||||
cd ~/"${REPO}"
|
|
||||||
pnpm i --ignore-scripts
|
|
||||||
- build-local-deps: |
|
- build-local-deps: |
|
||||||
cd ~/"${REPO}"
|
cd ~/"${REPO}"
|
||||||
pnpm -F ./packages/core build
|
pnpm -F ./packages/core build
|
||||||
pnpm -F ./packages/config build
|
pnpm -F ./packages/config build
|
||||||
|
- install-deps: |
|
||||||
|
cd ~/"${REPO}"
|
||||||
|
pnpm i --ignore-scripts
|
||||||
- build: |
|
- build: |
|
||||||
cd ~/"${REPO}"
|
cd ~/"${REPO}"
|
||||||
pnpm -F site build
|
pnpm -F site build
|
||||||
|
|
Loading…
Reference in a new issue