Skip to content

Commit

Permalink
Merge pull request #25883 from storybookjs/revert-25859-yann/test-ci
Browse files Browse the repository at this point in the history
Fix: Add Visual Test Addon to init command
  • Loading branch information
yannbf authored Feb 5, 2024
2 parents 985505a + 43111f1 commit 08bd305
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/lib/cli/src/generators/baseGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ export async function baseGenerator(

extraAddonsToInstall.push(
'@storybook/addon-links',
'@storybook/addon-essentials'
// '@chromatic-com/storybook@^1'
'@storybook/addon-essentials',
'@chromatic-com/storybook@^1'
);

// added to main.js
Expand Down

0 comments on commit 08bd305

Please sign in to comment.