We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b938261 commit c17781eCopy full SHA for c17781e
1 file changed
.github/workflows/test.yml
@@ -28,6 +28,9 @@ jobs:
28
- name: Install dependencies
29
run: pnpm install --frozen-lockfile
30
31
+ - name: Cloudflare typegen
32
+ run: pnpm run cf-typegen
33
+
34
- name: Type check
35
run: pnpm run type-check
36
0 commit comments