Skip to content

Commit 37935e1

Browse files
Copilothotlong
andcommitted
Fix Type Check (Docs) CI step to generate types before checking
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 4eeeccd commit 37935e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Type Check (Mobile)
2727
run: npx tsc --noEmit
2828
- name: Type Check (Docs)
29-
run: cd apps/docs && npx tsc --noEmit
29+
run: cd apps/docs && pnpm run types:check
3030
- name: Lint
3131
run: npx eslint . --ext .ts,.tsx
3232
- name: Test

0 commit comments

Comments
 (0)