Skip to content

Commit

Permalink
CLI: Add Visaul Tests addon to init
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Feb 1, 2024
1 parent 2d683f6 commit 8613c3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/lib/cli/src/generators/baseGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ export async function baseGenerator(
const addons = [
'@storybook/addon-links',
'@storybook/addon-essentials',
'@chromatic-com/storybook',
...(compiler ? [`@storybook/addon-webpack5-compiler-${compiler}`] : []),
...stripVersions(extraAddonsToInstall || []),
].filter(Boolean);
Expand All @@ -234,6 +235,7 @@ export async function baseGenerator(
const addonPackages = [
'@storybook/addon-links',
'@storybook/addon-essentials',
'@chromatic-com/storybook',
'@storybook/blocks',
...(compiler ? [`@storybook/addon-webpack5-compiler-${compiler}`] : []),
...(extraAddonsToInstall || []),
Expand Down

0 comments on commit 8613c3c

Please sign in to comment.