We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4852ae commit b46921fCopy full SHA for b46921f
.github/workflows/checks.yml
@@ -62,5 +62,7 @@ jobs:
62
- uses: actions/checkout@v3
63
- name: Setup
64
uses: ./.github/actions/setup
65
+ - name: Generate types from live API
66
+ run: pnpm run codegen
67
- name: Build
68
run: pnpm build
0 commit comments