Skip to content

Commit

Permalink
chore: add --verbose to flutter build
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed Jul 12, 2023
1 parent 2c669f1 commit 4ea3bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/scripts/makefile/flutter.toml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ script = [
script = ["""
cd appflowy_flutter/
flutter pub get
flutter build ${TARGET_OS} --${BUILD_FLAG}
flutter build ${TARGET_OS} --${BUILD_FLAG} --verbose
"""]
script_runner = "@shell"

Expand Down

0 comments on commit 4ea3bcf

Please sign in to comment.