Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Storybook: Exclude costly and broken stories #99389

Merged
merged 4 commits into from
Feb 10, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Make client/ folders opt-in
  • Loading branch information
mirka committed Feb 10, 2025
commit 3169b7c70f3bf7002cc43c678e576a0f0f511562
2 changes: 1 addition & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const storybookDefaultConfig = require( '@automattic/calypso-storybook' );

const storybookConfig = storybookDefaultConfig( {
stories: [
'../client/**/*.stories.{js,jsx,ts,tsx}',
'../client/components/**/*.stories.{js,jsx,tsx}',

'../packages/design-picker/src/**/*.stories.{ts,tsx}',
'../packages/domains-table/src/**/*.stories.{js,jsx,ts,tsx}',
Expand Down