Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 280279a

Browse files
committed
Build verbosely
1 parent 51c66b1 commit 280279a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/tool/lib/src/build_examples_command.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class BuildExamplesCommand extends PackageLoopingCommand {
5151
'iOS',
5252
pluginPlatform: kPlatformIos,
5353
flutterBuildType: 'ios',
54-
extraBuildFlags: <String>['--no-codesign'],
54+
extraBuildFlags: <String>['--no-codesign', '-v'],
5555
),
5656
kPlatformLinux: const _PlatformDetails(
5757
'Linux',

0 commit comments

Comments
 (0)