devops: use run build:site
This commit is contained in:
parent
45e8b657f9
commit
42ebbb6d1b
1 changed files with 1 additions and 4 deletions
|
@ -18,12 +18,9 @@ tasks:
|
|||
- install-deps: |
|
||||
cd ~/"${REPO}"
|
||||
pnpm i
|
||||
- build-config: |
|
||||
cd ~/"${REPO}"
|
||||
pnpm -F "./packages/config" run build
|
||||
- build: |
|
||||
cd ~/"${REPO}"
|
||||
pnpm -F site run build
|
||||
pnpm run build:site
|
||||
- deploy: |
|
||||
cd mcfly
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue