Skip to content

Commit 06e216c

Browse files
jaykaycodesclaude
andcommitted
fix(ci): use node dist/cli/index.js instead of bun run cba
bun run looks for scripts, not bin entries. Use the built CLI directly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 38ffb69 commit 06e216c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828

2929
- name: Test CLI
3030
run: |
31-
bun run cba capabilities
32-
bun run cba analyze . -d surface -q
31+
node dist/cli/index.js capabilities
32+
node dist/cli/index.js analyze . -d surface -q
3333
3434
release:
3535
if: github.ref == 'refs/heads/main' && github.event_name == 'push'

0 commit comments

Comments
 (0)