Skip to content

Commit c17781e

Browse files
committed
Execute cf-typegen in Github Actions
1 parent b938261 commit c17781e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- name: Install dependencies
2929
run: pnpm install --frozen-lockfile
3030

31+
- name: Cloudflare typegen
32+
run: pnpm run cf-typegen
33+
3134
- name: Type check
3235
run: pnpm run type-check
3336

0 commit comments

Comments
 (0)