Skip to content

Commit

Permalink
fix: makefile and sdk issues
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jun 22, 2021
1 parent 4a25136 commit 598d48c
Show file tree
Hide file tree
Showing 33 changed files with 190 additions and 1,467 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ format: .bin/goimports node_modules docs/node_modules
gen:
mocks sdk

.bin/ory: Makefile
bash <(curl https://raw.githubusercontent.com/ory/cli/master/install.sh) -b .bin v0.0.53
touch -a -m .bin/ory

# Generates the SDKs
.PHONY: sdk
sdk: .bin/packr2 .bin/swagger .bin/ory
Expand Down
101 changes: 35 additions & 66 deletions internal/httpclient/client/api/api_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 14 additions & 28 deletions internal/httpclient/client/api/decisions_parameters.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 598d48c

Please sign in to comment.