diff --git a/packages/kbn-ci-stats-reporter/BUILD.bazel b/packages/kbn-ci-stats-reporter/BUILD.bazel index 41ff5a697977c..cb77fe1754355 100644 --- a/packages/kbn-ci-stats-reporter/BUILD.bazel +++ b/packages/kbn-ci-stats-reporter/BUILD.bazel @@ -40,6 +40,7 @@ RUNTIME_DEPS = [ "@npm//execa", "//packages/kbn-tooling-log", "//packages/kbn-ci-stats-core", + "//packages/kbn-std", ] # In this array place dependencies necessary to build the types, which will include the @@ -58,6 +59,7 @@ TYPES_DEPS = [ "@npm//@types/jest", "//packages/kbn-tooling-log:npm_module_types", "//packages/kbn-ci-stats-core:npm_module_types", + "//packages/kbn-std:npm_module_types", ] jsts_transpiler(