Skip to content

Commit d535db8

Browse files
dackminMorganBerger
andcommitted
fix: correctly include codegen generated in release
Co-Authored-By: MorganBerger <5556307+MorganBerger@users.noreply.github.com>
1 parent 1859f87 commit d535db8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@
3535
"example": "yarn workspace react-native-access-example",
3636
"test": "jest",
3737
"typecheck": "tsc",
38+
"codegen": "npx react-native codegen",
3839
"lint": "eslint \"**/*.{js,ts,tsx}\"",
3940
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
40-
"prepare": "yarn lint && yarn tsc && bob build",
41+
"prepare": "yarn lint && yarn tsc && yarn codegen && bob build",
4142
"release": "commit-and-tag-version && git push --follow-tags",
4243
"release:dry": "commit-and-tag-version --dry-run"
4344
},

0 commit comments

Comments
 (0)