Skip to content

Commit 7062a0d

Browse files
committed
chore: release react and react native sdks
1 parent 2317d1e commit 7062a0d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"release": "nx run-many --target version --parallel=1",
2929
"release:client": "yarn workspace @stream-io/feeds-client npm publish --access=public --tag=alpha",
3030
"release:react-native-sdk": "yarn workspace @stream-io/feeds-react-native-sdk npm publish --access=public --tag=alpha",
31+
"release:react-sdk": "yarn workspace @stream-io/feeds-react-sdk npm publish --access=public --tag=alpha",
3132
"postinstall": "patch-package"
3233
},
3334
"devDependencies": {

packages/react-native-sdk/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"options": {
5757
"commands": [
5858
{
59-
"command": "echo \"Skip releasing the React Native SDK.\"",
59+
"command": "yarn release:react-native-sdk",
6060
"forwardAllArgs": false
6161
}
6262
]

packages/react-sdk/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"options": {
5757
"commands": [
5858
{
59-
"command": "echo \"Skip releasing the React SDK.\"",
59+
"command": "yarn release:react-sdk",
6060
"forwardAllArgs": false
6161
}
6262
]

0 commit comments

Comments
 (0)