We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1859f87 commit d535db8Copy full SHA for d535db8
1 file changed
package.json
@@ -35,9 +35,10 @@
35
"example": "yarn workspace react-native-access-example",
36
"test": "jest",
37
"typecheck": "tsc",
38
+ "codegen": "npx react-native codegen",
39
"lint": "eslint \"**/*.{js,ts,tsx}\"",
40
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
- "prepare": "yarn lint && yarn tsc && bob build",
41
+ "prepare": "yarn lint && yarn tsc && yarn codegen && bob build",
42
"release": "commit-and-tag-version && git push --follow-tags",
43
"release:dry": "commit-and-tag-version --dry-run"
44
},
0 commit comments