mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
fix(NA): dependencies for @kbn/shared-ux-prompt-no-data-views on Windows (#132743)
This commit is contained in:
parent
76e77c265b
commit
3491db17ae
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,7 @@ RUNTIME_DEPS = [
|
|||
"//packages/kbn-i18n-react",
|
||||
"//packages/kbn-i18n",
|
||||
"//packages/kbn-shared-ux-utility",
|
||||
"//packages/kbn-test-jest-helpers",
|
||||
]
|
||||
|
||||
# In this array place dependencies necessary to build the types, which will include the
|
||||
|
@ -71,6 +72,7 @@ TYPES_DEPS = [
|
|||
"//packages/kbn-i18n-react:npm_module_types",
|
||||
"//packages/kbn-i18n:npm_module_types",
|
||||
"//packages/kbn-shared-ux-utility:npm_module_types",
|
||||
"//packages/kbn-test-jest-helpers:npm_module_types",
|
||||
]
|
||||
|
||||
jsts_transpiler(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue