Skip to content

Commit

Permalink
fix docs command
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Feb 4, 2025
1 parent 9f42518 commit 69933af
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 @@ -110,7 +110,7 @@ subst: ## Run dune substitute
.PHONY: docs
docs: ## Generate odoc documentation
$(DUNE) build @install
dune exec -- odoc_driver server-reason-react
$(DUNE) exec -- odoc_driver server-reason-react

# Because if the hack above, we can't have watch mode
.PHONY: docs-watch
Expand Down

0 comments on commit 69933af

Please sign in to comment.