File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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 ]
Original file line number Diff line number Diff line change 5656 "options" : {
5757 "commands" : [
5858 {
59- "command" : " echo \" Skip releasing the React SDK. \" " ,
59+ "command" : " yarn release:react-sdk " ,
6060 "forwardAllArgs" : false
6161 }
6262 ]
You can’t perform that action at this time.
0 commit comments