Skip to content

Commit

Permalink
ci: add build to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zzxming committed Sep 24, 2024
1 parent 7819c40 commit 43d9db4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:

- name: Install
run: pnpm i

- name: Build
run: pnpm build

- name: Typecheck
run: pnpm test

0 comments on commit 43d9db4

Please sign in to comment.