We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8e47c5 + f286a1a commit f34c897Copy full SHA for f34c897
code/lib/cli-storybook/src/add.ts
@@ -149,7 +149,7 @@ export async function add(
149
logger.log(`Installing ${addonWithVersion}`);
150
await packageManager.addDependencies({ installAsDevDependencies: true }, [addonWithVersion]);
151
152
- if(shouldAddToMain) {
+ if (shouldAddToMain) {
153
logger.log(`Adding '${addon}' to the "addons" field in ${mainConfig}`);
154
155
const mainConfigAddons = main.getFieldNode(['addons']);
0 commit comments