File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- yarn pre-commit
1
+ #! /usr/bin/env sh
2
+ . " $( dirname -- " $0 " ) /_/husky.sh"
3
+
4
+ yarn pre-commit
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ export default function NotFoundScreen() {
11
11
< View style = { styles . container } >
12
12
< Text style = { styles . title } > This screen doesn't exist.</ Text >
13
13
< Link href = "/(tabs)/home" style = { styles . link } >
14
-
15
14
< Text style = { styles . linkText } > Go to home screen!</ Text >
16
15
</ Link >
17
16
</ View >
Original file line number Diff line number Diff line change 14
14
"lint" : " eslint ." ,
15
15
"lint:fix" : " eslint . --fix" ,
16
16
"pre-commit" : " yarn type-check && yarn format && yarn lint:fix && yarn lint && yarn format-check" ,
17
- "prepare" : " husky"
17
+ "prepare" : " husky && husky install "
18
18
},
19
19
"jest" : {
20
20
"preset" : " jest-expo"
80
80
"react-test-renderer" : " 18.2.0" ,
81
81
"tailwindcss" : " 3.3.2" ,
82
82
"ts-node" : " ^10.9.2" ,
83
- "typescript" : " ^5.3.0"
83
+ "typescript" : " ^5.3.0" ,
84
+ "husky" : " ^8.0.0"
84
85
},
85
86
"overrides" : {
86
87
"react-refresh" : " ~0.14.0"
You can’t perform that action at this time.
0 commit comments