Skip to content

Commit 548f2da

Browse files
Ref: remove yarn from stub update (#5811)
* remove yarn dependency * Apply suggestion from @lucas-zimerman * fix path
1 parent 66fcf50 commit 548f2da

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

scripts/update-android-stubs.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ set-version)
2222
echo "${content/${BASH_REMATCH[0]}/$newValue}" >$file
2323

2424
# Rebuild the stubs jar and JS types
25-
cd ..
26-
yarn build:replay-stubs || true
25+
cd replay-stubs
26+
echo "Building Stub"
27+
./gradlew jar
2728
;;
2829
*)
2930
echo "Unknown argument $1"

0 commit comments

Comments
 (0)