Skip to content

Commit

Permalink
Remove community vite builder message
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed Apr 2, 2022
1 parent 9876e0e commit f8a4026
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/cli/src/automigrate/fixes/builder-vite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export const builderVite: Fix<BuilderViteOptions> = {
const builderName = typeof builder === 'string' ? builder : builder?.name;

if (builderName !== 'storybook-builder-vite') {
logger.info(`Not using community vite builder, skipping`);
return null;
}

Expand Down

0 comments on commit f8a4026

Please sign in to comment.