We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proto gen halts at go mod tidy after i clean all generated files . It would be great if the go mod tidy is done post generation event
go mod tidy
generation
The text was updated successfully, but these errors were encountered:
Hi! You aren't supposed to delete the generated file. What is your use case?
Sorry, something went wrong.
@julienrbrt lost my deleted files and now it doesnt generate
I have tried the following:
ignite s chain gm cd gm rm -r x/gm/types/*.pb.go ignite chain serve
I did the same with
ignite s chain gm cd gm rm -r x/gm/types/*.pb.go ignite generate proto-go
And they are both working. Could you describe steps for me to reproduce?
yes: try
find . -type f -name "*.pb.*" -exec rm -f {} +
No branches or pull requests
Proto gen halts at
go mod tidy
after i clean all generated files . It would be great if thego mod tidy
is done postgeneration
eventReproducer
The text was updated successfully, but these errors were encountered: