Skip to content

Commit

Permalink
add bazel dep
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Mar 14, 2022
1 parent b59cacc commit 10942cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/kbn-bazel-packages/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ RUNTIME_DEPS = [
"//packages/kbn-utils",
"//packages/kbn-std",
"@npm//globby",
"@npm//normalize-path",
]

# In this array place dependencies necessary to build the types, which will include the
Expand All @@ -55,7 +56,9 @@ RUNTIME_DEPS = [
TYPES_DEPS = [
"//packages/kbn-utils:npm_module_types",
"//packages/kbn-std:npm_module_types",
"@npm//@types/normalize-path",
"@npm//globby",
"@npm//normalize-path",
]

jsts_transpiler(
Expand Down

0 comments on commit 10942cf

Please sign in to comment.