Skip to content

Commit 81746aa

Browse files
committed
husky added
1 parent 9fe1495 commit 81746aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"web": "expo start --web",
1111
"test": "jest --watchAll",
1212
"lint": "expo lint",
13-
"ts": "tsc --noEmit",
13+
"tsc": "tsc --noEmit",
1414
"prepare": "husky"
1515
},
1616
"jest": {
@@ -58,4 +58,4 @@
5858
"typescript": "^5.7.3"
5959
},
6060
"private": true
61-
}
61+
}

0 commit comments

Comments
 (0)