fix: fix protoc generate
Some checks failed
Publish / Publish Job (push) Failing after 1m9s

This commit is contained in:
Дмитрий
2026-03-30 15:58:02 +03:00
parent 3ef32ab618
commit ea6a3e7777
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ jobs:
run: npm run build
- name: Generate Protobuf
run: protoc -I ./proto ./proto/*.proto \ --ts_proto_out=./gen --ts_proto_opt=nestJs=true,package=omit \ --go_out=./gen --go_opt=paths=source_relative \ --go-grpc_out=./gen --go-grpc_opt=paths=source_relative
run: protoc -I ./proto ./proto/*.proto --ts_proto_out=nestJs=true,package=omit:./gen --go_out=paths=source_relative:./gen --go-grpc_out=paths=source_relative:./gen
- name: Publish package
run: npm publish