Skip to content

Commit

Permalink
Update vta.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Apr 11, 2024
1 parent b789054 commit 9535722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/cli/src/automigrate/fixes/vta.ts
Expand Up @@ -48,7 +48,7 @@ export const vta: Fix<Options> = {

await updateMainConfig({ mainConfigPath, dryRun: !!dryRun }, async (main) => {
logger.info(`✅ Adding "@chromatic-com/storybook" addon`);
main.appendValueToArray(['addons'], '@chromatic-dom/storybook');
main.appendValueToArray(['addons'], '@chromatic-com/storybook');
});
}
},
Expand Down

0 comments on commit 9535722

Please sign in to comment.