Skip to content

Commit a9c62f9

Browse files
rizalibnumsluszniak
authored andcommitted
chore: update Node version in .nvmrc and adjust typecheck scripts in package.json for bare and expo adapters
1 parent 0e1735b commit a9c62f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/bare-resource-fetcher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"scripts": {
2323
"prepare": "tsc",
24-
"typecheck": "tsc --noEmit",
24+
"typecheck": "yarn workspace react-native-executorch run prepare && tsc --noEmit",
2525
"lint": "eslint \"**/*.{js,ts,tsx}\"",
2626
"clean": "del-cli lib"
2727
},

0 commit comments

Comments
 (0)