Skip to content

Commit 83e6624

Browse files
committed
fix(dynamite): build config to allow built_value_generator running inside dynamite
Signed-off-by: Nikolas Rimikis <leptopoda@users.noreply.github.com>
1 parent 495c94d commit 83e6624

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

packages/dynamite/dynamite/build.yaml

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
builders:
22
dynamite:
3-
import: "package:dynamite/builder.dart"
4-
builder_factories: ["openAPIBuilder"]
5-
build_extensions: {'.openapi.json': ['openapi.dart']}
6-
auto_apply: root_package
3+
import: 'package:dynamite/builder.dart'
4+
builder_factories: ['openAPIBuilder']
5+
build_extensions: { '.openapi.json': ['openapi.dart'] }
6+
auto_apply: dependents
77
build_to: source
8-
runs_before: ["built_value_generator|built_value"]
9-
applies_builders: ["built_value_generator|built_value"]
8+
runs_before: ['built_value_generator|built_value']

0 commit comments

Comments
 (0)