diff --git a/tool/flutter_ci_script_shared.sh b/tool/flutter_ci_script_shared.sh index 71a680842..dfa905d3c 100644 --- a/tool/flutter_ci_script_shared.sh +++ b/tool/flutter_ci_script_shared.sh @@ -12,7 +12,7 @@ function ci_projects () { flutter pub get # Run the analyzer to find any static analysis issues. - flutter analyze + dart analyze # Run the formatter on all the dart files to make sure everything's linted. dart format --output none --set-exit-if-changed .