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