mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-06-05 03:39:41 +00:00
chore: update release-it config
This commit is contained in:
@@ -98,7 +98,7 @@
|
|||||||
},
|
},
|
||||||
"release-it": {
|
"release-it": {
|
||||||
"npm": {
|
"npm": {
|
||||||
"publish": false
|
"publish": true
|
||||||
},
|
},
|
||||||
"git": false,
|
"git": false,
|
||||||
"github": {
|
"github": {
|
||||||
@@ -106,7 +106,7 @@
|
|||||||
},
|
},
|
||||||
"hooks": {
|
"hooks": {
|
||||||
"before:init": "bun typecheck && bun lint",
|
"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": {
|
"react-native-builder-bob": {
|
||||||
|
|||||||
Reference in New Issue
Block a user