Skip to content

Commit 5e45e1e

Browse files
committed
fix: pnpm approve-builds
Fix pnpm approve-builds problem
1 parent 4706f95 commit 5e45e1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
run: |
4343
cd website
4444
pnpm i
45+
pnpm approve-builds --all
4546
pnpm build
4647
# 假设你的 SvelteKit 导出目录是 website/build
4748
# 确保 pb_public 文件夹存在

0 commit comments

Comments
 (0)