Skip to content

Commit

Permalink
fix: Typecheck after build
Browse files Browse the repository at this point in the history
  • Loading branch information
pettermachado committed Nov 12, 2024
1 parent 2397979 commit 491308d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ jobs:
- name: Lint
run: pnpm lint

- name: Typecheck
run: pnpm typecheck

- name: Check format
run: pnpm format:check

Expand All @@ -47,3 +44,6 @@ jobs:

- name: Build Server
run: pnpm build:server

- name: Typecheck
run: pnpm typecheck

0 comments on commit 491308d

Please sign in to comment.