Skip to content

Commit

Permalink
Install also dev dependencies with make install
Browse files Browse the repository at this point in the history
  • Loading branch information
dalito committed Jan 8, 2025
1 parent ab1e2c3 commit 5f108b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ setup: check-config git-init install gen-project gen-examples gendoc git-add git

# install any dependencies required for building
install:
poetry install
poetry install --with=dev
.PHONY: install

# ---
Expand Down

0 comments on commit 5f108b1

Please sign in to comment.