diff --git a/packages/react-native-video/package.json b/packages/react-native-video/package.json index 8b62c220..33d3e30c 100644 --- a/packages/react-native-video/package.json +++ b/packages/react-native-video/package.json @@ -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": {