Skip to content

Commit 25deddb

Browse files
authored
Merge pull request #34 from objectstack-ai/copilot/update-mobile-actions-run
2 parents 4815b0b + c98ebd4 commit 25deddb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ jobs:
2323
node-version: 20
2424
cache: pnpm
2525
- run: pnpm install
26-
- name: Type Check
26+
- name: Type Check (Mobile)
2727
run: npx tsc --noEmit
28+
- name: Type Check (Docs)
29+
run: cd apps/docs && npx tsc --noEmit
2830
- name: Lint
2931
run: npx eslint . --ext .ts,.tsx
3032
- name: Test

tsconfig.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,9 @@
1313
"**/*.ts",
1414
"**/*.tsx",
1515
"nativewind-env.d.ts"
16+
],
17+
"exclude": [
18+
"node_modules",
19+
"./apps"
1620
]
1721
}

0 commit comments

Comments
 (0)