Skip to content

Commit 7de3dd4

Browse files
committed
chore: fix missing typescript npm command
1 parent e25ffc9 commit 7de3dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"example:android": "cd example && npm run android",
4747
"example:ios": "cd example && npm run ios",
4848
"test": "jest",
49-
"typecheck": "tsc --noEmit",
49+
"typescript": "tsc --noEmit",
5050
"lint": "eslint \"**/*.{js,ts,tsx}\"",
5151
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
5252
"build": "bob build",

0 commit comments

Comments
 (0)