feat: replace yarn to npm
Some checks failed
Publish / Publish npm package action (push) Failing after 10s
Some checks failed
Publish / Publish npm package action (push) Failing after 10s
This commit is contained in:
parent
794695e43e
commit
2f9ed036b5
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user