Release script: do not bundle the minimal app when checking if the project compiles locally.
This commit is contained in:
parent
bbc7974442
commit
f44fa4190f
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue