Skip to content

Commit

Permalink
Fix sources for targets in drift
Browse files Browse the repository at this point in the history
  • Loading branch information
simolus3 committed Aug 26, 2023
1 parent 5aaeddd commit 84e2511
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions drift/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ targets:
$default:
sources:
exclude:
# Exlude sources used for the drift-file based generation source
- "test/generated/custom_tables.dart"
- "test/generated/data_classes.dart"
- "test/generated/tables.drift*"
builders:
drift_dev:
options:
Expand All @@ -36,6 +39,8 @@ targets:
auto_apply_builders: false
sources:
- "test/generated/custom_tables.dart"
- "test/generated/data_classes.dart"
- "test/generated/tables.drift*"
builders:
drift_dev:
options:
Expand Down

0 comments on commit 84e2511

Please sign in to comment.