chore: update release-it config

This commit is contained in:
Krzysztof Moch
2025-07-07 14:29:25 +02:00
parent 0a34889796
commit de8b9cb0cc
+2 -2
View File
@@ -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": {