Skip to content

Commit a80d00e

Browse files
committed
fix: properly update version
1 parent 5ae3c85 commit a80d00e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react-native-sdk/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"options": {
3939
"commands": [
4040
{
41-
"command": "build:react-native-sdk",
41+
"command": "yarn build:react-native-sdk",
4242
"forwardAllArgs": false
4343
}
4444
]

packages/react-sdk/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"options": {
3939
"commands": [
4040
{
41-
"command": "build:react-sdk",
41+
"command": "yarn build:react-sdk",
4242
"forwardAllArgs": false
4343
}
4444
]

0 commit comments

Comments
 (0)