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 b0f6452 commit ae7f750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ scripts:
run: melos format && melos analyze && melos dryRun && melos test

format:
exec: dart format --set-exit-if-changed .
exec: dart run $MELOS_ROOT_PATH/scripts/sdk_satisfaction.dart && dart format --set-exit-if-changed . || exit 0

analyze:
run: melos run analyze:dart && melos run analyze:flutter
Expand Down

0 comments on commit ae7f750

Please sign in to comment.