Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
cschroeter committed Nov 15, 2024
1 parent 9158ff6 commit 0e149fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: oven-sh/setup-bun@v2

- name: Install Dependencies
run: bun install
run: bun install && bun panda build

- name: Typecheck
run: bun run typecheck
Expand Down

0 comments on commit 0e149fd

Please sign in to comment.