Skip to content

Commit

Permalink
chore: add docs_update_gov_params_page as a dep to docusaurus_start
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanchriswhite committed Nov 21, 2024
1 parent 169d13e commit 69a4725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69a4725

Please sign in to comment.