Merge pull request #2343 from blaugold/fix/melos-package-filters

Fix melos package filters
This commit is contained in:
Simon Binder 2023-03-12 10:45:21 +01:00 committed by GitHub
commit 906c42d9db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -26,12 +26,12 @@ scripts:
build:
run: flutter pub run build_runner build --delete-conflicting-outputs
exec: {concurrency: 1}
select-package:
depends-on: build_runner
packageFilters:
dependsOn: build_runner
test:
run: dart test
exec: {concurrency: 1}
select-package:
depends-on: test
packageFilters:
dependsOn: test
ignore: drift_postgres # this is an integration test