Skip to content

Commit

Permalink
chore: Explicit gen types
Browse files Browse the repository at this point in the history
  • Loading branch information
garethfuller committed Sep 18, 2024
1 parent b75a5a7 commit 245bfec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
- uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Generate api typings
shell: bash
run: pnpm graphql:gen:prod
- name: Run typecheck
run: pnpm typecheck
- name: Run unit tests
Expand Down

0 comments on commit 245bfec

Please sign in to comment.