Skip to content

Commit

Permalink
chore: reorder go generate steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Oct 19, 2023
1 parent b9ca8cf commit c13a52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ package smr
import _ "github.com/99designs/gqlgen"
import _ "github.com/swaggo/swag/cmd/swag"

//go:generate protoc -I./proto --go_out=./proto --go_opt=paths=source_relative --go-grpc_out=./proto --go-grpc_opt=paths=source_relative proto/parser/parser.proto
//go:generate go run github.com/99designs/gqlgen generate
//go:generate go run github.com/swaggo/swag/cmd/swag init --generalInfo cmd/api/serve.go
//go:generate protoc -I./proto --go_out=./proto --go_opt=paths=source_relative --go-grpc_out=./proto --go-grpc_opt=paths=source_relative proto/parser/parser.proto

0 comments on commit c13a52b

Please sign in to comment.