Skip to content

Commit

Permalink
fix: make sdk dependency on the Ory CLI (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
zepatrik authored Sep 15, 2021
1 parent fd437ef commit 0cb5706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ docker:

# Generates the SDKs
.PHONY: sdk
sdk: .bin/swagger .bin/cli
sdk: .bin/swagger .bin/ory
swagger generate spec -m -o ./spec/api.json -x internal/httpclient -x proto/ory/keto -x docker
cli dev swagger sanitize ./spec/api.json
ory dev swagger sanitize ./spec/api.json
swagger flatten --with-flatten=remove-unused -o ./spec/api.json ./spec/api.json
swagger validate ./spec/api.json
rm -rf internal/httpclient
Expand Down

0 comments on commit 0cb5706

Please sign in to comment.