Skip to content

Commit

Permalink
Merge pull request #26816 from storybookjs/Valentin/fix-vta
Browse files Browse the repository at this point in the history
Update vta.ts

(cherry picked from commit ee97674)
  • Loading branch information
valentinpalkovic authored and storybook-bot committed Apr 11, 2024
1 parent 7559581 commit 49495f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/lib/cli/src/automigrate/fixes/vta.ts
Original file line number Diff line number Diff line change
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 49495f4

Please sign in to comment.