File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525
2626 - name : Typecheck files
2727 run : |
28- cd packages/react-native-executorch
29- yarn prepare
30- cd ../../
28+ yarn workspaces foreach --all --parallel run prepare
3129 yarn typecheck
3230
3331 build-library :
3937 - name : Setup
4038 uses : ./.github/actions/setup
4139
42- - name : Build package
43- run : |
44- cd packages/react-native-executorch
45- yarn prepare
40+ - name : Build all packages
41+ run : yarn workspaces foreach --all --parallel run prepare
Original file line number Diff line number Diff line change 22 "name" : " @react-native-executorch/bare-resource-fetcher" ,
33 "version" : " 0.1.0" ,
44 "description" : " Bare React Native resource fetcher for react-native-executorch" ,
5- "main" : " src /index.ts " ,
6- "types" : " src /index.ts" ,
5+ "main" : " lib /index.js " ,
6+ "types" : " lib /index.d .ts" ,
77 "exports" : {
88 "." : {
9- "import" : " ./src /index.ts " ,
10- "types" : " ./src /index.ts"
9+ "import" : " ./lib /index.js " ,
10+ "types" : " ./lib /index.d .ts"
1111 }
1212 },
13+ "files" : [
14+ " lib"
15+ ],
16+ "license" : " MIT" ,
17+ "repository" : {
18+ "type" : " git" ,
19+ "url" : " git+https://github.com/software-mansion/react-native-executorch.git" ,
20+ "directory" : " packages/bare-resource-fetcher"
21+ },
1322 "scripts" : {
23+ "prepare" : " tsc" ,
1424 "typecheck" : " tsc --noEmit" ,
1525 "lint" : " eslint \" **/*.{js,ts,tsx}\" "
1626 },
Original file line number Diff line number Diff line change 22 "extends" : " ../../tsconfig.json" ,
33 "compilerOptions" : {
44 "rootDir" : " src" ,
5+ "outDir" : " lib" ,
6+ "declaration" : true ,
7+ "declarationMap" : true ,
58 "tsBuildInfoFile" : " ./lib/typescript/tsconfig.tsbuildinfo" ,
69 "composite" : true ,
710 "allowJs" : false ,
Original file line number Diff line number Diff line change 22 "name" : " @react-native-executorch/expo-resource-fetcher" ,
33 "version" : " 0.1.0" ,
44 "description" : " Expo resource fetcher for react-native-executorch" ,
5- "main" : " src /index.ts " ,
6- "types" : " src /index.ts" ,
5+ "main" : " lib /index.js " ,
6+ "types" : " lib /index.d .ts" ,
77 "exports" : {
88 "." : {
9- "import" : " ./src /index.ts " ,
10- "types" : " ./src /index.ts"
9+ "import" : " ./lib /index.js " ,
10+ "types" : " ./lib /index.d .ts"
1111 }
1212 },
13+ "files" : [
14+ " lib"
15+ ],
16+ "license" : " MIT" ,
17+ "repository" : {
18+ "type" : " git" ,
19+ "url" : " git+https://github.com/software-mansion/react-native-executorch.git" ,
20+ "directory" : " packages/expo-resource-fetcher"
21+ },
1322 "scripts" : {
23+ "prepare" : " tsc" ,
1424 "typecheck" : " tsc --noEmit" ,
1525 "lint" : " eslint \" **/*.{js,ts,tsx}\" "
1626 },
Original file line number Diff line number Diff line change 22 "extends" : " ../../tsconfig.json" ,
33 "compilerOptions" : {
44 "rootDir" : " src" ,
5+ "outDir" : " lib" ,
6+ "declaration" : true ,
7+ "declarationMap" : true ,
58 "tsBuildInfoFile" : " ./lib/typescript/tsconfig.tsbuildinfo" ,
69 "composite" : true ,
710 "allowJs" : false ,
You can’t perform that action at this time.
0 commit comments