diff --git a/scripts/test-android.sh b/scripts/test-android.sh index c01741b2..870ce638 100755 --- a/scripts/test-android.sh +++ b/scripts/test-android.sh @@ -2,4 +2,4 @@ cd example JAVA_OPTS=-XX:MaxHeapSize=6g yarn run:android:release --cache-dir=.turbo/android adb forward tcp:9000 tcp:9000 echo "Polling in-app server..." -node ./scripts/poll-in-app-server.js \ No newline at end of file +node ../scripts/poll-in-app-server.js \ No newline at end of file