feat: replace yarn to npm
Some checks failed
Publish / Publish npm package action (push) Failing after 10s

This commit is contained in:
Sergey Krylov 2026-01-21 05:44:08 +03:00
parent 794695e43e
commit 2f9ed036b5

View File

@ -3,7 +3,7 @@
"version": "1.0.0", "version": "1.0.0",
"description": "Protocol Buffers contracts for microservices", "description": "Protocol Buffers contracts for microservices",
"scripts": { "scripts": {
"generate": "protoc -I ./proto ./proto/*.proto --ts_proto_out=./gen --ts_proto_opt=nestJs=true,package=omit" "generate": "npx protoc -I ./proto ./proto/*.proto --ts_proto_out=./gen --ts_proto_opt=nestJs=true,package=omit"
}, },
"files": [ "files": [
"gen", "gen",