File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- v20
1+ v22
Original file line number Diff line number Diff line change 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 ,
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments