File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 run : yarn lint
2525
2626 - name : Typecheck files
27- run : yarn typecheck
27+ run : |
28+ cd packages/react-native-executorch
29+ yarn prepare
30+ cd ../../
31+ yarn typecheck
2832
2933 build-library :
3034 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1111 }
1212 },
1313 "scripts" : {
14- "typecheck" : " yarn workspace react-native-executorch run prepare && tsc --noEmit" ,
14+ "typecheck" : " 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" : " yarn workspace react-native-executorch run prepare && tsc --noEmit" ,
14+ "typecheck" : " tsc --noEmit" ,
1515 "lint" : " eslint \" **/*.{js,ts,tsx}\" "
1616 },
1717 "peerDependencies" : {
You can’t perform that action at this time.
0 commit comments