Skip to content

Commit

Permalink
feat: renamed bundles for ecsact CLI SDK discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Aug 10, 2024
1 parent 9b106b1 commit b37d065
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions async_reference/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ecsact_build_recipe(

alias(
name = "async_reference",
actual = ":async_reference_bundle",
actual = ":ecsact_async_reference",
)

filegroup(
Expand All @@ -48,6 +48,6 @@ filegroup(
)

ecsact_build_recipe_bundle(
name = "async_reference_bundle",
name = "ecsact_async_reference",
recipes = [":async_reference_build_recipe"],
)
4 changes: 2 additions & 2 deletions serialize_reference/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ ecsact_build_recipe(

alias(
name = "serialize_reference",
actual = ":serialize_reference_bundle",
actual = ":ecsact_serialize_reference",
)

ecsact_build_recipe_bundle(
name = "serialize_reference_bundle",
name = "ecsact_serialize_reference",
recipes = [":serialize_reference_build_recipe"],
)

0 comments on commit b37d065

Please sign in to comment.