Skip to content

Commit

Permalink
Merge pull request #24634 from storybookjs/fix-onboarding-warning
Browse files Browse the repository at this point in the history
CLI: Ignore `addon-onboarding` when checking versions
  • Loading branch information
valentinpalkovic authored Oct 31, 2023
2 parents 994689d + bb5d607 commit e3bc4e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/lib/cli/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export const createLogStream = async (
const PACKAGES_EXCLUDED_FROM_CORE = [
'@storybook/addon-bench',
'@storybook/addon-console',
'@storybook/addon-onboarding',
'@storybook/addon-postcss',
'@storybook/addon-designs',
'@storybook/addon-styling',
Expand Down

0 comments on commit e3bc4e1

Please sign in to comment.