Skip to content

Commit 2c0beeb

Browse files
fix: update Makefile to include Speakeasy publish (#116)
Co-authored-by: Austin Walker <[email protected]>
1 parent ee2de79 commit 2c0beeb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ client-generate:
6060
speakeasy overlay apply -s ./openapi.json -o ./overlay_client.yaml > ./openapi_client.json
6161
speakeasy generate sdk -s ./openapi_client.json -o ./ -l python
6262

63+
.PHONY: publish
64+
publish:
65+
./scripts/publish.sh
66+
6367
###########
6468
# Jupyter #
6569
###########

0 commit comments

Comments
 (0)