Skip to content

Commit 67d592f

Browse files
codxseclaude
andcommitted
fix: run bundle build in release workflow
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent cb49d66 commit 67d592f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: pnpm install
3333

3434
- name: Build
35-
run: pnpm run build
35+
run: pnpm run build && pnpm run build:bundle
3636

3737
- name: Configure git
3838
run: |

0 commit comments

Comments
 (0)