diff --git a/package.json b/package.json index dd698d25..a59f9448 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "release": "nx run-many --target version --parallel=1", "release:client": "yarn workspace @stream-io/feeds-client npm publish --access=public --tag=alpha", "release:react-native-sdk": "yarn workspace @stream-io/feeds-react-native-sdk npm publish --access=public --tag=alpha", + "release:react-sdk": "yarn workspace @stream-io/feeds-react-sdk npm publish --access=public --tag=alpha", "postinstall": "patch-package" }, "devDependencies": { diff --git a/packages/react-native-sdk/project.json b/packages/react-native-sdk/project.json index 202f8fd7..75f5a4f7 100644 --- a/packages/react-native-sdk/project.json +++ b/packages/react-native-sdk/project.json @@ -56,7 +56,7 @@ "options": { "commands": [ { - "command": "echo \"Skip releasing the React Native SDK.\"", + "command": "yarn release:react-native-sdk", "forwardAllArgs": false } ] diff --git a/packages/react-sdk/project.json b/packages/react-sdk/project.json index 2aa7cb6a..0a49efce 100644 --- a/packages/react-sdk/project.json +++ b/packages/react-sdk/project.json @@ -56,7 +56,7 @@ "options": { "commands": [ { - "command": "echo \"Skip releasing the React SDK.\"", + "command": "yarn release:react-sdk", "forwardAllArgs": false } ]