From 973ada8ce4ee2e508d937b4fd05e98d35366b3bf Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Wed, 2 Jun 2021 14:06:48 -0700 Subject: [PATCH] docs: add make docs target Signed-off-by: Andrea Luzzardi --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 3d8b3197..1bea4f25 100644 --- a/Makefile +++ b/Makefile @@ -49,3 +49,8 @@ integration: dagger-debug .PHONY: install install: dagger go install ./cmd/dagger + +.PHONY: docs +docs: + yarn --cwd "./tools/daggosaurus" install + yarn --cwd "./tools/daggosaurus" start