Skip to content

Commit 1de4142

Browse files
committed
chore: rename recipe bundle target
1 parent 8bf82ec commit 1de4142

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ bzlws_copy(
5454
)
5555

5656
bzlws_copy(
57-
name = "ecsact_rt_entt_recipe_bundle",
57+
name = "copy_dist_recipe_bundles",
5858
srcs = [
59-
"@ecsact_rt_entt//:ecsact_rt_entt_recipe_bundle",
59+
"@ecsact_rt_entt",
6060
],
6161
out = "dist/share/ecsact/recipes/{FILENAME}",
6262
force = True,

CopyDist.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ bazel run --ui_event_filters=-info --noshow_progress //:copy_dist_include
88
bazel run --ui_event_filters=-info --noshow_progress //:copy_dist_images
99
bazel run --ui_event_filters=-info --noshow_progress //:copy_dist_bin
1010
bazel run --ui_event_filters=-info --noshow_progress //:copy_dist_codegen_plugins
11-
bazel run --ui_event_filters=-info --noshow_progress //:ecsact_rt_entt_recipe_bundle
11+
bazel run --ui_event_filters=-info --noshow_progress //:copy_dist_recipe_bundles

0 commit comments

Comments
 (0)