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: build:
run: flutter pub run build_runner build --delete-conflicting-outputs run: flutter pub run build_runner build --delete-conflicting-outputs
exec: {concurrency: 1} exec: {concurrency: 1}
select-package: packageFilters:
depends-on: build_runner dependsOn: build_runner
test: test:
run: dart test run: dart test
exec: {concurrency: 1} exec: {concurrency: 1}
select-package: packageFilters:
depends-on: test dependsOn: test
ignore: drift_postgres # this is an integration test ignore: drift_postgres # this is an integration test