Skip to content

Commit

Permalink
Merge pull request #38 from noelmcloughlin/fix4
Browse files Browse the repository at this point in the history
fix(poetry): workaround 'not a git project'
  • Loading branch information
hrshdhgd authored Feb 6, 2023
2 parents c917617 + 86c2e75 commit 64cdf4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions {{cookiecutter.project_name}}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ setup: install gen-project gen-examples gendoc git-init-add

# install any dependencies required for building
install:
git init # issues/33
poetry install
rm -fr .git # issues/33
.PHONY: install

# ---
Expand Down

0 comments on commit 64cdf4b

Please sign in to comment.