Skip to content

Commit

Permalink
refactor: split build from typecheck in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ws-rush committed May 23, 2024
1 parent 9a4d420 commit 45850ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,11 @@ jobs:
- name: Install
run: pnpm install

- name: Build
run: pnpm run build

- name: Typecheck
run: pnpm run build && pnpm run typecheck
run: pnpm run typecheck

test:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 45850ee

Please sign in to comment.