Skip to content

Commit

Permalink
Merge pull request #25859 from storybookjs/yann/test-ci
Browse files Browse the repository at this point in the history
Build: Fix CI
  • Loading branch information
yannbf authored Feb 1, 2024
2 parents 083216d + dbd80c1 commit b0066f3
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 b0066f3

Please sign in to comment.