chore: remove unnecessary installation of docs deps before build
This commit is contained in:
parent
5aa5ee44fa
commit
fdcb837382
1 changed files with 0 additions and 3 deletions
|
@ -23,9 +23,6 @@ tasks:
|
||||||
npx vitest run
|
npx vitest run
|
||||||
- build: |
|
- build: |
|
||||||
cd ~/"${REPO}"
|
cd ~/"${REPO}"
|
||||||
pnpm -F ./packages/core build
|
|
||||||
pnpm -F ./packages/config build
|
|
||||||
pnpm -F docs i --ignore-scripts
|
|
||||||
pnpm -F docs build
|
pnpm -F docs build
|
||||||
- deploy: |
|
- deploy: |
|
||||||
cd wcb
|
cd wcb
|
||||||
|
|
Loading…
Reference in a new issue