feat: run gen provider after routes, run fmt after gen commands
This commit is contained in:
@@ -18,6 +18,7 @@ func CommandGenRoute(root *cobra.Command) {
|
||||
Use: "route",
|
||||
Short: "generate routes",
|
||||
RunE: commandGenRouteE,
|
||||
PostRunE: commandGenProviderE,
|
||||
}
|
||||
|
||||
root.AddCommand(cmd)
|
||||
|
||||
Reference in New Issue
Block a user