mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-01 19:46:07 -04:00
bazel: add protoc codegen to //:generate target (#1554)
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
1f7acf8dfb
commit
399b052f9e
32 changed files with 1756 additions and 1804 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue