mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-05-23 15:07:45 +00:00
chore: update release-it config
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
},
|
||||
"release-it": {
|
||||
"npm": {
|
||||
"publish": false
|
||||
"publish": true
|
||||
},
|
||||
"git": false,
|
||||
"github": {
|
||||
@@ -106,7 +106,7 @@
|
||||
},
|
||||
"hooks": {
|
||||
"before:init": "bun typecheck && bun lint",
|
||||
"after:bump": "bun run build && cp ../../LICENSE ./LICENSE"
|
||||
"after:bump": "bun run build && cp ../../LICENSE ./LICENSE && cp ../../README.md ./README.md"
|
||||
}
|
||||
},
|
||||
"react-native-builder-bob": {
|
||||
|
||||
Reference in New Issue
Block a user