From 2f9ed036b5e47dec6cac6e64ec72aa8047d65fad Mon Sep 17 00:00:00 2001 From: Sergey Krylov Date: Wed, 21 Jan 2026 05:44:08 +0300 Subject: [PATCH] feat: replace yarn to npm --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ed343ad..685a84f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "description": "Protocol Buffers contracts for microservices", "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": [ "gen",