Skip to content

Commit 6ccccd6

Browse files
committed
fix: codegen prepare command
1 parent ec1e81a commit 6ccccd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"example": "yarn workspace react-native-access-example",
3636
"test": "jest",
3737
"typecheck": "tsc",
38-
"codegen": "npx react-native codegen",
38+
"codegen": "npx pod-install example/ios",
3939
"lint": "eslint \"**/*.{js,ts,tsx}\"",
4040
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
4141
"prepare": "yarn lint && yarn tsc && yarn codegen && bob build",

0 commit comments

Comments
 (0)