- 
                Notifications
    You must be signed in to change notification settings 
- Fork 570
Closed
Description
Is your feature request related to a problem or issue you encountered? Please describe.
The current build process when serving a chain always building proto files with the embedded protoc of Ignite
Some project may use their own tool for building proto files like buf but still want to use CLI commands for serving, etc...
Describe the solution you'd like
Adding a flag, like for example --skip-proto, that skips the process of building protofiles and directly build the chain sources.
The flag would be proposed to the two commands running the build process
ignite chain serve --skip-proto
ignite chain build --skip-proto
aljo242
Metadata
Metadata
Assignees
Labels
type:requestFeature request.Feature request.