Skip to content

Commit 48f4454

Browse files
committed
chore: rename typecheck script
1 parent e068882 commit 48f4454

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"ios": "react-native run-ios",
99
"bundle-install": "bundle install",
1010
"pods": "cd ios && bundle exec pod install",
11-
"typescript": "tsc --noEmit",
11+
"typecheck": "tsc --noEmit",
1212
"lint": "eslint \"**/*.{js,ts,tsx}\" --fix",
1313
"codegen": "bun react-native codegen"
1414
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"homepage": "https://github.com/margelo/react-native-nitro-sqlite#readme",
2020
"scripts": {
2121
"postinstall": "patch-package",
22-
"typescript": "bun --filter=\"**\" typescript",
22+
"typecheck": "bun --filter=\"**\" typecheck",
2323
"lint": "bun package lint && bun example lint",
2424
"lint-cpp": "./scripts/clang-format.sh",
2525
"clean": "rm -rf **/tsconfig.tsbuildinfo node_modules package/node_module package/lib",

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"scripts": {
3939
"build": "bun typescript && bob build",
4040
"specs": "bun typescript && bun nitro-codegen --logLevel=\"debug\"",
41-
"typescript": "tsc --noEmit",
41+
"typecheck": "tsc --noEmit",
4242
"lint": "eslint \"**/*.{js,ts,tsx}\" --fix",
4343
"test": "jest",
4444
"release": "release-it",

0 commit comments

Comments
 (0)