We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd5464d commit 89e487eCopy full SHA for 89e487e
proto-gen.sh
@@ -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