Skip to content

Commit

Permalink
feat: include docs group in the install-project make rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Hernan Vignolo committed Sep 26, 2024
1 parent 7a35765 commit 9eb0986
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 @@ -56,7 +56,7 @@ install-poetry: ## Install poetry. Usage: make install-poetry
.PHONY: install-project
install-project: ## Install the project dependencies. Usage: make install-project
$(call log, Installing project dependencies...)
poetry install --no-interaction --all-extras --with dev --sync
poetry install --no-interaction --all-extras --with dev,docs --sync

.PHONY: install-pre-commit
install-pre-commit: ## Install pre-commit and git hooks. Usage: make install-pre-commit
Expand Down

0 comments on commit 9eb0986

Please sign in to comment.