Skip to content

Commit

Permalink
fix bazel deps
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Apr 26, 2022
1 parent 1050e97 commit e1a4cf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/kbn-ci-stats-reporter/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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(
Expand Down

0 comments on commit e1a4cf4

Please sign in to comment.