fix: remove imports google any and status protobufs
Some checks failed
Publish / Publish Job (push) Failing after 2m0s

This commit is contained in:
Дмитрий
2026-03-30 16:24:42 +03:00
parent 4f038b0f92
commit 39d0e360a2

View File

@@ -50,7 +50,6 @@ jobs:
npm install -g ts-proto npm install -g ts-proto
protoc -I ./proto ./proto/*.proto \ protoc -I ./proto ./proto/*.proto \
--ts_proto_out=nestJs=true,package=omit:./gen \ --ts_proto_out=nestJs=true,package=omit:./gen \
--go_out=Mgoogle/protobuf/any.proto=google.golang.org/protobuf/types/known/anypb,paths=source_relative:./gen \
--go-grpc_out=paths=source_relative:./gen --go-grpc_out=paths=source_relative:./gen
- name: Publish package - name: Publish package