Release script: do not bundle the minimal app when checking if the project compiles locally.

This commit is contained in:
Benoit Marty
2023-08-29 11:06:17 +02:00
parent 1e2bdfe511
commit 02e22b7869

View File

@@ -143,7 +143,7 @@ git commit -a -m "Setting version for the release ${version}"
printf "\n================================================================================\n"
printf "Building the bundle locally first...\n"
./gradlew clean bundleRelease
./gradlew clean app:bundleRelease
printf "\n================================================================================\n"
printf "Running towncrier...\n"