Skip to content

Commit

Permalink
run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
farreldarian committed Apr 10, 2024
1 parent bb85d3b commit 39d8189
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/generator/src/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ function handleFormatting() {
stdio: 'inherit',
})
break
default:
execSync(`${generator.config.formatter} ${generator.output.path}`, {
stdio: 'inherit',
})
}
}

Expand Down

0 comments on commit 39d8189

Please sign in to comment.