Skip to content

Commit

Permalink
fix: improve build-sdk pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Apr 30, 2020
1 parent fef6c32 commit 80c2f8c
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 @@ -8,7 +8,7 @@ docker:
build-sdk:
(cd $$KRATOS_DIR; make sdk)
cp $$KRATOS_DIR/.schema/api.swagger.json ./contrib/sdk/api.swagger.json
openapi-generator generate -i "./contrib/sdk/api.swagger.json" \
npx @openapitools/openapi-generator-cli generate -i "./contrib/sdk/api.swagger.json" \
-g typescript-node \
-o "./contrib/sdk/generated" \
--git-user-id ory \
Expand Down

0 comments on commit 80c2f8c

Please sign in to comment.