We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a34889 commit de8b9cbCopy full SHA for de8b9cb
packages/react-native-video/package.json
@@ -98,15 +98,15 @@
98
},
99
"release-it": {
100
"npm": {
101
- "publish": false
+ "publish": true
102
103
"git": false,
104
"github": {
105
"release": false
106
107
"hooks": {
108
"before:init": "bun typecheck && bun lint",
109
- "after:bump": "bun run build && cp ../../LICENSE ./LICENSE"
+ "after:bump": "bun run build && cp ../../LICENSE ./LICENSE && cp ../../README.md ./README.md"
110
}
111
112
"react-native-builder-bob": {
0 commit comments