Skip to content

Proto build

Zak, J. (Jan) requested to merge proto-build into master
  • moved protos directory to the root of the repo
  • added protos/build.sh, which generates the classes for all apps. This build script shall be run after any change in proto. This ensures that all apps in any language have the same version.
  • updated @grpc/grpc-js and google-protobuf dependencies (because of https://github.com/protocolbuffers/protobuf/pull/7379)

Depends on !4 (merged) to be merged first, otherwise there is a conflict in gateway package-lock.json

Edited by Zak, J. (Jan)

Merge request reports