diff --git a/package.json b/package.json index 1d2d296e8..0a8e96985 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "bootstrap": "yarn workspace react-native-nitro-modules install && yarn workspace nitro-codegen install && yarn workspace react-native-nitro-image install && yarn workspace react-native-nitro-example install && yarn workspace react-native-nitro-example pods && yarn tsc", "tsc": "yarn workspace react-native-nitro-modules tsc && yarn workspace nitro-codegen tsc && yarn workspace react-native-nitro-image tsc", "lint": "yarn workspace react-native-nitro-modules lint && yarn workspace nitro-codegen lint && yarn workspace react-native-nitro-image lint", - "release": "yarn workspace react-native-nitro-modules release && yarn workspace nitro-codegen release", + "release": "release-it", "postinstall": "yarn tsc" }, "workspaces": [ @@ -64,5 +64,6 @@ } }, "private": true, - "packageManager": "yarn@3.6.4" + "packageManager": "yarn@3.6.4", + "version": "0.1.0" }