Skip to content

Commit

Permalink
updated filters for melos
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikuB committed Aug 4, 2024
1 parent 728ea88 commit 42a3db8
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ command:
usePubspecOverrides: true

packages:
- flutter_appauth/*
- flutter_appauth_platform_interface/*
- "**/example/*"
- flutter_appauth
- flutter_appauth_platform_interface
- flutter_appauth/example/

ide:
intellij: false
Expand All @@ -20,34 +20,34 @@ scripts:
test:unit:
description: Run unit tests in a specific package.
run: melos exec --concurrency=1 -- "flutter test"
select-package:
dir-exists:
packageFilters:
dirExists:
- test
build:example_android:
run: |
melos exec -c 1 -- \
"flutter build apk"
description: Build a specific example app for Android.
select-package:
dir-exists:
packageFilters:
dirExists:
- android
scope: "*example*"
build:example_ios:
run: |
melos exec -c 1 -- \
"flutter build ios --no-codesign"
description: Build a specific example app for iOS.
select-package:
dir-exists:
packageFilters:
dirExists:
- ios
scope: "*example*"
build:example_macos:
run: |
melos exec -c 1 -- \
"flutter build macos"
description: Build a specific example app for macOS.
select-package:
dir-exists:
packageFilters:
dirExists:
- macos
scope: "*example*"
clean:
Expand Down

0 comments on commit 42a3db8

Please sign in to comment.