Do not publish Android tests inside the NPM package

Summary:
We don't want to include tests as they're not valuable for our users + the might break users build if they try to run `./gradlew build`.

Changelog:
[Internal] [Changed] - Do not publish Android tests inside the NPM package

Reviewed By: cipolleschi

Differential Revision: D36600831

fbshipit-source-id: b88ee4dc93f276cd0729a2193346f5fcde34323c
This commit is contained in:
Nicola Corti 2022-05-23 12:28:33 -07:00 коммит произвёл Facebook GitHub Bot
Родитель 8e80dc844c
Коммит 0cff2efd3a
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -5,3 +5,6 @@ build/
.cxx/
# Exclude buck config/jars for third-party libraries
src/main/third-party/
# Exclude Android & JVM tests
src/test/
src/androidTest/