From ccf3d1431abdbbc32b7591ed6d0436776da265ac Mon Sep 17 00:00:00 2001 From: Ivan Gabriele Date: Tue, 5 Mar 2024 00:55:07 +0100 Subject: [PATCH] build(makefile): add doc command --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 549b650..c290519 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,10 @@ define RELEASE_TEMPLATE git push origin HEAD --tags endef +doc: + cargo doc + open ./target/doc/mistralai_client/index.html + release-patch: $(call RELEASE_TEMPLATE,patch)