Get rid of hack/after-build scripts
The build is now fast enough to not need them.
This commit is contained in:
parent
f02a0dc5c1
commit
973df9cfd8
|
|
@ -89,7 +89,8 @@ gen-conversion script.
|
||||||
|
|
||||||
3. Generate protobuf objects:
|
3. Generate protobuf objects:
|
||||||
|
|
||||||
1. Add your group to `cmd/libs/go2idl/go-to-protobuf/protobuf/cmd.go` to `New()` in the `Packages` field
|
1. Add your group to `cmd/libs/go2idl/go-to-protobuf/protobuf/cmd.go` to
|
||||||
|
`New()` in the `Packages` field
|
||||||
2. Run hack/update-generated-protobuf.sh
|
2. Run hack/update-generated-protobuf.sh
|
||||||
|
|
||||||
### Client (optional):
|
### Client (optional):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue