Skip to content

Commit

Permalink
Rapha/funders module ts proto gen (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
shifty11 authored Oct 18, 2023
1 parent 3bceb24 commit 42a3035
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions proto/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ RUN git clone https://github.com/cosmos/gogoproto.git; \
make install

RUN npm install -g swagger-combine
RUN npm install -g ts-proto

COPY --from=BUILDER /usr/local/bin /usr/local/bin
2 changes: 1 addition & 1 deletion proto/buf.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ plugins:
- name: swagger
out: ../tmp-swagger-gen
opt:
- simple_operation_ids=true
- simple_operation_ids=true
2 changes: 1 addition & 1 deletion proto/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ cp -r github.com/KYVENetwork/chain/* ./
rm -rf github.com

swagger-combine ./docs/config.json -o ./docs/swagger.yml
rm -rf tmp-swagger-gen
rm -rf tmp-swagger-gen

0 comments on commit 42a3035

Please sign in to comment.