-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Expand file tree
/
Copy pathmoon.yml
More file actions
68 lines (67 loc) · 2.11 KB
/
moon.yml
File metadata and controls
68 lines (67 loc) · 2.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# This file is generated by the @kbn/moon package. Any manual edits will be erased!
# To extend this, write your extensions/overrides to 'moon.extend.yml'
# then regenerate this file with: 'node scripts/regenerate_moon_projects.js --update --filter @kbn/core-chrome-browser-components'
$schema: https://moonrepo.dev/schemas/project.json
id: '@kbn/core-chrome-browser-components'
layer: unknown
owners:
defaultOwner: '@elastic/appex-sharedux'
toolchains:
default: node
language: typescript
project:
title: '@kbn/core-chrome-browser-components'
description: Moon project for @kbn/core-chrome-browser-components
channel: ''
owner: '@elastic/appex-sharedux'
sourceRoot: src/core/packages/chrome/browser-components
dependsOn:
- '@kbn/i18n'
- '@kbn/i18n-react'
- '@kbn/core-application-browser'
- '@kbn/core-application-browser-internal'
- '@kbn/core-application-browser-mocks'
- '@kbn/core-application-common'
- '@kbn/core-chrome-app-menu-components'
- '@kbn/core-chrome-browser'
- '@kbn/core-chrome-browser-context'
- '@kbn/core-chrome-browser-hooks'
- '@kbn/core-chrome-browser-internal-types'
- '@kbn/core-chrome-browser-mocks'
- '@kbn/core-base-browser-mocks'
- '@kbn/react-env'
- '@kbn/react-kibana-context-env'
- '@kbn/core-chrome-layout-constants'
- '@kbn/core-chrome-sidebar-components'
- '@kbn/ui-side-navigation'
- '@kbn/core-chrome-feature-flags'
- '@kbn/core-custom-branding-browser'
- '@kbn/core-custom-branding-common'
- '@kbn/core-doc-links-browser'
- '@kbn/core-feature-flags-browser'
- '@kbn/core-feature-flags-browser-mocks'
- '@kbn/core-doc-links-browser-mocks'
- '@kbn/core-http-browser'
- '@kbn/core-http-browser-mocks'
- '@kbn/core-mount-utils-browser'
- '@kbn/shared-ux-error-boundary'
- '@kbn/shared-ux-label-formatter'
- '@kbn/test-jest-helpers'
- '@kbn/use-observable'
- '@kbn/core-chrome-layout-components'
- '@kbn/shared-ux-utility'
tags:
- shared-browser
- package
- prod
- group-platform
- private
- jest-unit-tests
fileGroups:
src:
- '**/*.ts'
- '**/*.tsx'
- '!target/**/*'
jest-config:
- jest.config.js
tasks: {}