build(ui): optimize build runner
This commit is contained in:
parent
ef52015372
commit
efeb3acff3
9
packages/wyatt_ui_components/build.yaml
Normal file
9
packages/wyatt_ui_components/build.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
targets:
|
||||
$default:
|
||||
builders:
|
||||
# Typically the builder key is just the package name, run `pub run build_runner doctor` to check your config.
|
||||
wyatt_component_copy_with_gen:component_copy_with_gen:
|
||||
generate_for:
|
||||
# Example glob for only the Dart files under `lib/models`
|
||||
- lib/**/*.dart
|
||||
- example/lib/**/*.dart
|
8
packages/wyatt_ui_kit/build.yaml
Normal file
8
packages/wyatt_ui_kit/build.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
targets:
|
||||
$default:
|
||||
builders:
|
||||
# Typically the builder key is just the package name, run `pub run build_runner doctor` to check your config.
|
||||
wyatt_component_copy_with_gen:component_copy_with_gen:
|
||||
generate_for:
|
||||
# Example glob for only the Dart files under `lib/models`
|
||||
- lib/**/*.dart
|
Loading…
x
Reference in New Issue
Block a user