Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Sep 5, 2024
1 parent c8e47c5 commit f286a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/cli-storybook/src/add.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export async function add(
logger.log(`Installing ${addonWithVersion}`);
await packageManager.addDependencies({ installAsDevDependencies: true }, [addonWithVersion]);

if(shouldAddToMain) {
if (shouldAddToMain) {
logger.log(`Adding '${addon}' to the "addons" field in ${mainConfig}`);

const mainConfigAddons = main.getFieldNode(['addons']);
Expand Down

0 comments on commit f286a1a

Please sign in to comment.