feat: temporarily update build scripts for testing

This commit is contained in:
Anton Stubenbord
2024-01-12 23:18:30 +01:00
parent 49ed8f43b6
commit 58b87da9d9
2 changed files with 77 additions and 0 deletions

View File

@@ -33,6 +33,11 @@ platform :android do |options|
json_key_data: ENV['PLAY_STORE_CREDENTIALS'],
)
end
desc "Build the app"
lane :build do |options|
sh "$FLUTTER_ROOT/flutter build appbundle -v"
end
desc "Promote track"
lane :play_store_promote do |options|