Skip to content

Commit 9f85774

Browse files
backnotpropclaude
andcommitted
Fix release workflow: use working-directory for bundle step
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 48ef4f7 commit 9f85774

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,12 @@ jobs:
2525
- name: Build UI
2626
run: bun run build:hook
2727

28+
- name: Debug workspace links
29+
run: ls -la node_modules/@plannotator/ || echo "No workspace links found"
30+
2831
- name: Bundle server (resolve workspace packages)
29-
run: bun build apps/hook/server/index.ts --outfile apps/hook/server/bundle.js --target=bun
32+
working-directory: apps/hook
33+
run: bun build server/index.ts --outfile server/bundle.js --target=bun
3034

3135
- name: Compile binaries (cross-compile all targets)
3236
run: |

0 commit comments

Comments
 (0)