From 3c04eff1c5fedc73f03da942e2eba42fd9577acc Mon Sep 17 00:00:00 2001 From: David Garcia Date: Sun, 29 Sep 2024 18:23:28 +0100 Subject: [PATCH] docs: update command --- docs/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Makefile b/docs/Makefile index d1c3a4c8ec..51fc55beef 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -25,6 +25,9 @@ setupenv: .PHONY: setup setup: $(POETRY) install + +.PHONY: update +update: $(POETRY) update # Clean commands