Skip to content

Commit

Permalink
fix bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Sep 3, 2024
1 parent 7003b76 commit f5c635c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/kbn-screenshotting-server/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ NPM_MODULE_EXTRA_FILES = [
RUNTIME_DEPS = []

TYPES_DEPS = [
"@npm//@types/jest",
"@npm//@types/node",
]

Expand Down
1 change: 1 addition & 0 deletions packages/kbn-screenshotting-server/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"sourceRoot": "../../../../packages/kbn-screenshotting-server/src",
"stripInternal": false,
"types": [
"jest",
"node"
]
},
Expand Down

0 comments on commit f5c635c

Please sign in to comment.