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 bbc7974442
commit f44fa4190f

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"