Skip to content

Commit 66c5028

Browse files
committed
rename .storybook folder to storybook
1 parent 3a468da commit 66c5028

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

src/dev/storybook/aliases.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export const storybookAliases = {
6060
presentation: 'src/platform/plugins/shared/presentation_util/storybook',
6161
profiling: 'x-pack/solutions/observability/plugins/profiling/.storybook',
6262
random_sampling: 'x-pack/platform/packages/private/kbn-random-sampling/.storybook',
63-
['response-ops']: 'src/platform/packages/shared/response-ops/.storybook',
63+
['response-ops']: 'src/platform/packages/shared/response-ops/storybook',
6464
security_solution: 'x-pack/solutions/security/plugins/security_solution/.storybook',
6565
security_solution_packages: 'x-pack/solutions/security/packages/storybook/config',
6666
serverless: 'src/platform/packages/shared/serverless/storybook/config',

src/platform/packages/shared/response-ops/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"compilerOptions": {
44
"outDir": "target/types"
55
},
6-
"include": [".storybook/**/*.ts", ".storybook/**/*.tsx"],
6+
"include": ["storybook/**/*.ts", "storybook/**/*.tsx"],
77
"exclude": ["target/**/*"],
88
"kbn_references": [
99
"@kbn/storybook",

0 commit comments

Comments
 (0)