Skip to content

Commit

Permalink
💚 ++
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Nov 4, 2023
1 parent 0388a70 commit fc8d7e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ scripts:
github-ci:
run: |
export MELOS_IGNORE_PACKAGES=$(dart $MELOS_ROOT_PATH/scripts/melos_packages.dart false)
melos exec -- "dart format --set-exit-if-changed ."
melos exec --no-flutter -- "dart analyze --fatal-infos"
melos exec --flutter -- "flutter analyze --fatal-infos"
melos exec $MELOS_IGNORE_PACKAGES -- "dart format --set-exit-if-changed ."
melos exec $MELOS_IGNORE_PACKAGES --no-flutter -- "dart analyze --fatal-infos"
melos exec $MELOS_IGNORE_PACKAGES --flutter -- "flutter analyze --fatal-infos"
melos exec $MELOS_IGNORE_PACKAGES --ignore="*example*" -- "dart pub publish --dry-run"
melos exec $MELOS_IGNORE_PACKAGES --ignore="*example*" --no-flutter -- "dart test --chain-stack-traces --platform=vm,chrome,firefox"
melos exec $MELOS_IGNORE_PACKAGES --ignore="*example*" --flutter -- "flutter test"

0 comments on commit fc8d7e3

Please sign in to comment.