Skip to content

Commit 073cf89

Browse files
committed
Update frontend package.json
1 parent 4fcc3ad commit 073cf89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"web": "expo start --web",
1111
"lint": "expo lint",
1212
"test": "jest",
13-
"test:watch": "jest --watchAll"
13+
"test:watch": "jest --watchAll",
14+
"typecheck": "tsc --noEmit"
1415
},
1516
"jest": {
1617
"preset": "jest-expo"

0 commit comments

Comments
 (0)