Skip to content

Commit

Permalink
chore: don't freeze extension types
Browse files Browse the repository at this point in the history
(We don't, but this'll speed it up.)
  • Loading branch information
lishaduck committed May 26, 2024
1 parent a838c05 commit 198835b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ targets:
generate_for:
- lib/src/utils/**.dart
- lib/src/features/*/domain/*_model.dart
- lib/src/features/*/domain/*_entity.dart
options:
map: false
when: false
Expand All @@ -38,7 +37,6 @@ targets:
generate_for:
- lib/src/utils/**.dart
- lib/src/features/*/domain/*_model.dart
- lib/src/features/*/domain/*_entity.dart
riverpod_generator:
# configs for the @riverpod generator
generate_for:
Expand All @@ -49,7 +47,7 @@ targets:
# configs for the flutter.assets generator
generate_for:
- $package$
build_version:build_version:
build_version:
# configs for the packageVersion generator...
options:
output: lib/gen/version.gen.dart

0 comments on commit 198835b

Please sign in to comment.