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:
parent
343ad3be79
commit
8af217641f
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue