Skip to content

Commit 4a2ee8a

Browse files
committed
ci: fix build step in release ci
1 parent 173a71c commit 4a2ee8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
run: pnpm install
3636

3737
- name: Build
38-
run: pnpm build
38+
- run: pnpm run build:stub
39+
- run: pnpm run build:ci
3940

4041
- name: Release Edge
4142
if: |

0 commit comments

Comments
 (0)