mirror of https://github.com/AMT-Cheif/drift.git
Fix melos package filters
This commit is contained in:
parent
c98dcc00e0
commit
61d076dd83
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue