Skip to content

Commit

Permalink
gen all proto
Browse files Browse the repository at this point in the history
  • Loading branch information
tubackkhoa committed Jan 11, 2023
1 parent de7e7ee commit f8dff9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions module/contrib/local/protocgen-js.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ NPM_PATH=$(npm config get prefix)

buf alpha protoc \
--plugin=$NPM_PATH/bin/protoc-gen-ts_proto \
--proto_path="$PROJECTDIR/proto" \
--proto_path="$IBC_DIR/proto" \
--proto_path="$COSMOS_SDK_DIR/third_party/proto" \
--proto_path="$COSMOS_SDK_DIR/proto" \
-I="$PROJECTDIR/proto" \
-I="$IBC_DIR/proto" \
-I="$COSMOS_SDK_DIR/third_party/proto" \
-I="$COSMOS_SDK_DIR/proto" \
--ts_proto_opt=forceLong=string \
--ts_proto_opt=esModuleInterop=true \
--ts_proto_opt=outputClientImpl=false \
Expand Down

0 comments on commit f8dff9e

Please sign in to comment.