Skip to content

Commit

Permalink
vx: run prettier on the generated vitest file
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Aug 7, 2024
1 parent fe1c5cf commit 3e976a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vx/scripts/genVitestConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ function mainConfig() {
logger.log('📝 Writing main vitest.config file');

fs.writeFileSync(configPath, mainConfig, 'utf8');
exec(`yarn prettier ${configPath} -w`);
}

function mainConfigTemplate() {
Expand Down

0 comments on commit 3e976a5

Please sign in to comment.