Skip to content

Commit

Permalink
💚 ++
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Nov 2, 2023
1 parent a774ae8 commit e133719
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@ scripts:
run: melos run analyze:dart && melos run analyze:flutter

analyze:dart:
run: dart analyze --fatal-info
exec:
flutter: false
run: melos exec --fail-fast --no-flutter -- "dart analyze --fatal-infos"

analyze:flutter:
run: flutter analyze --fatal-info
exec:
flutter: true
run: melos exec --fail-fast --flutter -- "flutter analyze --fatal-infos"

0 comments on commit e133719

Please sign in to comment.