Add verbose flag to iOS module test (#100724)

This commit is contained in:
Jenn Magder 2022-03-25 16:40:13 -07:00 committed by GitHub
parent 12da4a2aff
commit 1dd4613b5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ Future<void> main() async {
await inDirectory(projectDir, () async {
await flutter(
'build',
options: <String>['ios', '--no-codesign'],
options: <String>['ios', '--no-codesign', '--verbose'],
);
});