Unverified Commit 1dd4613b authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

Add verbose flag to iOS module test (#100724)

parent 12da4a2a
......@@ -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'],
);
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment