Skip to content

Commit 6c77448

Browse files
committed
chore(github): add build step
1 parent 7b048d5 commit 6c77448

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ jobs:
3232

3333
- name: Typecheck
3434
run: pnpm run typecheck
35+
36+
- name: Build
37+
run: pnpm run build

0 commit comments

Comments
 (0)