Skip to content

Commit 72914c0

Browse files
committed
chore: update Node version in .nvmrc and adjust typecheck scripts in package.json for bare and expo adapters
1 parent 1223cff commit 72914c0

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v20
1+
v22

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"scripts": {
1717
"lint": "yarn workspaces foreach --all --parallel run lint",
18-
"typecheck": "yarn workspaces foreach --all --topological-dev run typecheck",
18+
"typecheck": "yarn workspaces foreach --all --parallel run typecheck",
1919
"codegen:errors": "npx ts-node scripts/generate-errors.ts"
2020
},
2121
"private": true,

packages/bare-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
},
1313
"scripts": {
14-
"typecheck": "tsc --noEmit",
14+
"typecheck": "yarn workspace react-native-executorch run prepare && tsc --noEmit",
1515
"lint": "eslint \"**/*.{js,ts,tsx}\""
1616
},
1717
"peerDependencies": {

packages/expo-adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
},
1313
"scripts": {
14-
"typecheck": "tsc --noEmit",
14+
"typecheck": "yarn workspace react-native-executorch run prepare && tsc --noEmit",
1515
"lint": "eslint \"**/*.{js,ts,tsx}\""
1616
},
1717
"peerDependencies": {

0 commit comments

Comments
 (0)