kibana/packages/BUILD.bazel

10 lines
228 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",
"//packages/kbn-apm-utils:build"
],
)