Skip to content

Commit

Permalink
fix: Order of make
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Jul 17, 2024
1 parent b6d9e44 commit cadd2c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{cookiecutter.project_name}}/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ install: ## Install dependencies
@$(MAKE) --quiet install-poetry
{%- endif %}
@$(MAKE) --quiet install-dependencies
@$(MAKE) --quiet setup-environment-variables
@$(MAKE) --quiet setup-git
{%- if cookiecutter.pre_commit_hooks != 'n' %}
@$(MAKE) --quiet install-pre-commit
{%- endif %}
@$(MAKE) --quiet setup-environment-variables
@$(MAKE) --quiet setup-git
{%- if cookiecutter.dependency_manager == 'pip' %}
@$(MAKE) --quiet freeze
{%- endif %}
Expand Down

0 comments on commit cadd2c1

Please sign in to comment.