diff --git a/scripts/update-android-stubs.sh b/scripts/update-android-stubs.sh index f8055fbf2f..9ad0b5ca7a 100755 --- a/scripts/update-android-stubs.sh +++ b/scripts/update-android-stubs.sh @@ -22,8 +22,9 @@ set-version) echo "${content/${BASH_REMATCH[0]}/$newValue}" >$file # Rebuild the stubs jar and JS types - cd .. - yarn build:replay-stubs || true + cd replay-stubs + echo "Building Stub" + ./gradlew jar ;; *) echo "Unknown argument $1"