Skip to content

Commit f34c897

Browse files
authored
Merge pull request #29053 from storybookjs/yann/fix-lint
Build: Fix lint
2 parents c8e47c5 + f286a1a commit f34c897

File tree

1 file changed

+1
-1
lines changed
  • code/lib/cli-storybook/src

1 file changed

+1
-1
lines changed

code/lib/cli-storybook/src/add.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export async function add(
149149
logger.log(`Installing ${addonWithVersion}`);
150150
await packageManager.addDependencies({ installAsDevDependencies: true }, [addonWithVersion]);
151151

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

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

0 commit comments

Comments
 (0)