kibana/packages/BUILD.bazel

9 lines
188 B
Python
Raw Normal View History

# Grouping target to call all underlying packages build
# targets so we can build them all at once
filegroup(
name = "build",
srcs = [
"//packages/elastic-datemath:build"
],
)