Skip to content

Commit 659d1d5

Browse files
committed
fix: pnpm approve-builds problem (2)
FFFFFFFFFFFFFFFFFFFFFFFF
1 parent 1d25f2c commit 659d1d5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,16 @@ jobs:
3737
go version
3838
node -v
3939
pnpm -v
40+
41+
- name: Install dependencies
42+
continue-on-error: true
43+
run: |
44+
cd website
45+
pnpm install --frozen-lockfile
46+
pnpm approve-builds --all
4047
4148
- name: Build Frontend
4249
run: |
43-
cd website
44-
pnpm i --frozen-lockfile
4550
pnpm build
4651
# 假设你的 SvelteKit 导出目录是 website/build
4752
# 确保 pb_public 文件夹存在

0 commit comments

Comments
 (0)