Skip to content

Commit

Permalink
temporarily remove chromatic addon from init
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Feb 1, 2024
1 parent 083216d commit dbd80c1
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 dbd80c1

Please sign in to comment.