Skip to content

Commit

Permalink
Fix proto gen artifact cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
roy-dydx committed Dec 7, 2023
1 parent 9b3d1a2 commit e0be197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ proto-check-bc-breaking:
@$(protoImage) buf breaking --against .git#branch=$$(git merge-base HEAD origin/main)

proto-export:
@rm -rf proto/.proto-export && cd proto && buf export --config ./buf.yaml --output ../.proto-export
@rm -rf ./.proto-export && cd proto && buf export --config ./buf.yaml --output ../.proto-export

proto-export-deps:
@rm -rf ./.proto-export-deps
Expand Down

0 comments on commit e0be197

Please sign in to comment.