bazel: add protoc codegen to //:generate target (#1554)

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2023-03-30 08:47:29 -04:00 committed by GitHub
parent 1f7acf8dfb
commit 399b052f9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 1756 additions and 1804 deletions

View file

@ -127,6 +127,7 @@ Whenever Go code is changed, you will have to run `bazel run //:tidy` to regener
* `bazel test //...` - run all tests
* `bazel run //:tidy` - tidy, format and generate
* `bazel run //:check` - execute checks and linters
* `bazel run //:generate` - execute code generation
## Editor integration