Skip to content

Commit 1d25f2c

Browse files
committed
fix: pnpm approve-builds problem
Try fix pnpm approve-builds problem. WWWWWWWWWWWWWWWWHHHHHHHHHHHHHHHHHHYYYYYYYYYYYYYYY
1 parent 5e45e1e commit 1d25f2c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@ jobs:
4141
- name: Build Frontend
4242
run: |
4343
cd website
44-
pnpm i
45-
pnpm approve-builds --all
44+
pnpm i --frozen-lockfile
4645
pnpm build
4746
# 假设你的 SvelteKit 导出目录是 website/build
4847
# 确保 pb_public 文件夹存在

0 commit comments

Comments
 (0)