Skip to content

Commit

Permalink
fix: update Makefile to include Speakeasy publish (#116)
Browse files Browse the repository at this point in the history
Co-authored-by: Austin Walker <[email protected]>
  • Loading branch information
simplesagar and awalker4 committed Jun 15, 2024
1 parent ee2de79 commit 2c0beeb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ client-generate:
speakeasy overlay apply -s ./openapi.json -o ./overlay_client.yaml > ./openapi_client.json
speakeasy generate sdk -s ./openapi_client.json -o ./ -l python

.PHONY: publish
publish:
./scripts/publish.sh

###########
# Jupyter #
###########
Expand Down

0 comments on commit 2c0beeb

Please sign in to comment.