mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[storybook] Enable Shared UX Storybook build in CI (#122598)
This commit is contained in:
parent
b5d5ba972d
commit
b8e9b88403
1 changed files with 7 additions and 6 deletions
|
@ -14,12 +14,11 @@ const path = require('path');
|
|||
const STORYBOOKS = [
|
||||
'apm',
|
||||
'canvas',
|
||||
'codeeditor',
|
||||
'ci_composite',
|
||||
'codeeditor',
|
||||
'custom_integrations',
|
||||
'url_template_editor',
|
||||
'dashboard',
|
||||
'dashboard_enhanced',
|
||||
'dashboard',
|
||||
'data_enhanced',
|
||||
'embeddable',
|
||||
'expression_error',
|
||||
|
@ -31,11 +30,13 @@ const STORYBOOKS = [
|
|||
'expression_tagcloud',
|
||||
'fleet',
|
||||
'infra',
|
||||
'security_solution',
|
||||
'ui_actions_enhanced',
|
||||
'lists',
|
||||
'observability',
|
||||
'presentation',
|
||||
'lists',
|
||||
'security_solution',
|
||||
'shared_ux',
|
||||
'ui_actions_enhanced',
|
||||
'url_template_editor',
|
||||
];
|
||||
|
||||
const GITHUB_CONTEXT = 'Build and Publish Storybooks';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue