Skip to content

Commit

Permalink
Run build before lint in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Destiner committed May 15, 2024
1 parent ac0ee52 commit 90f004a
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 @@ -24,11 +24,11 @@ jobs:
- name: Clean install
run: bun install

- name: Build
run: bun run build

- name: Lint
run: bun run lint

- name: Type checking
run: bun run typecheck

- name: Build
run: bun run build

0 comments on commit 90f004a

Please sign in to comment.