Skip to content

Commit

Permalink
fix(rnsdk,build) run npm install after syncing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
saghul committed Oct 9, 2023
1 parent 2918a89 commit 4ce2280
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/update-mobile-rnsdk-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ npm version --prefix ${THIS_DIR}/../react-native-sdk "${VERSION}" --no-git-tag-v

npm install --prefix ${THIS_DIR}/../react-native-sdk

# Run it once more in case dependencies were updated.
npm install --prefix ${THIS_DIR}/../react-native-sdk

0 comments on commit 4ce2280

Please sign in to comment.