Skip to content

Commit

Permalink
Cleans up bazel build file
Browse files Browse the repository at this point in the history
  • Loading branch information
TinaHeiligers committed Jul 9, 2022
1 parent 732e00e commit 1c695c6
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions packages/core/preboot/core-preboot-server-internal/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,6 @@ NPM_MODULE_EXTRA_FILES = [
"package.json",
]

# In this array place runtime dependencies, including other packages and NPM packages
# which must be available for this code to run.
#
# To reference other packages use:
# "//repo/relative/path/to/package"
# eg. "//packages/kbn-utils"
#
# To reference a NPM package use:
# "@npm//name-of-package"
# eg. "@npm//lodash"
RUNTIME_DEPS = [
"//packages/core/logging/core-logging-server-mocks",
"//packages/core/base/core-base-common",
Expand All @@ -45,15 +35,6 @@ RUNTIME_DEPS = [
"//packages/kbn-utils"
]

# In this array place dependencies necessary to build the types, which will include the
# :npm_module_types target of other packages and packages from NPM, including @types/*
# packages.
#
# To reference the types for another package use:
# "//repo/relative/path/to/package:npm_module_types"
# eg. "//packages/kbn-utils:npm_module_types"
#
# References to NPM packages work the same as RUNTIME_DEPS
TYPES_DEPS = [
"@npm//@types/node",
"@npm//@types/jest",
Expand Down

0 comments on commit 1c695c6

Please sign in to comment.