Skip to content

Commit 89e487e

Browse files
committedDec 12, 2023
add: proto-gen bash script
1 parent bd5464d commit 89e487e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎proto-gen.sh

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
rm -rf pb/
4+
yarn proto-loader-gen-types --longs=String --enums=String --defaults --keepCase --oneofs --grpcLib=@grpc/grpc-js --outDir=pb/ proto/*.proto

0 commit comments

Comments
 (0)
Please sign in to comment.