Skip to content

Commit

Permalink
ci: fix lint by building before type check
Browse files Browse the repository at this point in the history
  • Loading branch information
rabelloo committed Nov 17, 2023
1 parent c7850ac commit 7fed64c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:

- run: bun run lint:prettier

# needed for `lint:ts`
- run: bun run build:web

- run: bun run lint:ts

# needed for `commitlint`
Expand Down

0 comments on commit 7fed64c

Please sign in to comment.