Skip to content

Commit 651a53b

Browse files
committed
chore(ci): build before testing so examples does not throw errors
1 parent a76d53f commit 651a53b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
bun-version: latest
2121

2222
- run: bun install --frozen-lockfile
23+
- run: bun run build
2324
- run: bun eslint
2425
#- run: bun test
2526
- run: bun tsc

0 commit comments

Comments
 (0)