Skip to content

Commit 1bb4959

Browse files
committed
fix: add type check to example
1 parent 067f443 commit 1bb4959

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,7 @@ jobs:
2525
run: yarn lint
2626
- name: format check
2727
run: yarn format:check
28+
- name: type check example
29+
run: yarn workspace expo-example check
2830
- name: test
2931
run: yarn test

examples/expo-example/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"esModuleInterop": true
77
},
88
"extends": "expo/tsconfig.base",
9-
"include": [".rnstorybook", ".storybook", "./*"]
9+
"include": [".rnstorybook/**/*", ".storybook/**/*", "./*"]
1010
}

0 commit comments

Comments
 (0)