Skip to content

Commit 7150a8e

Browse files
committed
fix(ci): add build step
1 parent ae93726 commit 7150a8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
run: bun run lint
2222
- name: Typecheck
2323
run: bun run test:types
24+
- name: Build
25+
run: bun run build
2426
- name: Debug test:types execution
2527
run: |
2628
cd examples/ts-plugin-example

0 commit comments

Comments
 (0)