From 69a4725030fbde57f3086fbeeb8b6e4b20c7ca94 Mon Sep 17 00:00:00 2001 From: Bryan White Date: Thu, 21 Nov 2024 09:08:06 +0100 Subject: [PATCH] chore: add docs_update_gov_params_page as a dep to docusaurus_start --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6d46f90be..83842c3a6 100644 --- a/Makefile +++ b/Makefile @@ -342,7 +342,7 @@ go_docs: check_godoc ## Generate documentation for the project godoc -http=:6060 .PHONY: docusaurus_start -docusaurus_start: check_npm check_node ## Start the Docusaurus server +docusaurus_start: check_npm check_node docs_update_gov_params_page ## Start the Docusaurus server (cd docusaurus && npm i && npm run start) .PHONY: docs_update_gov_params_page