diff --git a/.detoxrc.js b/.detoxrc.js index f1a84d9..792a27a 100644 --- a/.detoxrc.js +++ b/.detoxrc.js @@ -14,7 +14,7 @@ module.exports = { 'android.debug': { type: 'android.apk', binaryPath: 'test/android/app/build/outputs/apk/debug/app-debug.apk', - build: 'cd test/android && ./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug', + build: 'cd test/android && npm i && ./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug', reversePorts: [ 8081 ]