Skip to content

Commit d80ad0e

Browse files
DhruvBhatia0claude
andcommitted
ci: add build step to CI workflow
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 03e9111 commit d80ad0e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,6 @@ jobs:
2626

2727
- name: Typecheck
2828
run: bun run typecheck
29+
30+
- name: Build
31+
run: bun run build

0 commit comments

Comments
 (0)