Skip to content

Commit 3ad7452

Browse files
Copilothuangyiirene
andcommitted
Fix CI build by using build:site command for monorepo
Co-authored-by: huangyiirene <7665279+huangyiirene@users.noreply.github.com>
1 parent 572d486 commit 3ad7452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# run: pnpm exec tsc --noEmit
4141

4242
- name: Build
43-
run: pnpm run build
43+
run: pnpm run build:site
4444
env:
4545
NODE_ENV: production
4646

0 commit comments

Comments
 (0)