Fixed manual e2e test runner script

Summary:
Android folder may contain versions from previous runs and it may affect e2e test execution.
This should make tests independent of cached jars.
Closes https://github.com/facebook/react-native/pull/8277

Differential Revision: D3462901

fbshipit-source-id: 25b1f75b9b207617431e26ad60f5d4de322ab1f4
This commit is contained in:
Konstantin Raev 2016-06-21 05:18:02 -07:00 committed by Facebook Github Bot 6
parent 343ad3be79
commit 8af217641f
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ success "Preparing version $PACKAGE_VERSION"
repo_root=$(pwd)
rm -rf android
./gradlew :ReactAndroid:installArchives || error "Couldn't generate artifacts"
success "Generated artifacts for Maven"