1# Developer documentation
2
3## Synchronize generated files
4
5Run the following command to update the generated files and commit them with your change:
6
7```sh
8bazel build //...
9tools/generate_go_protobuf.py
10```
11