Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatXliner authored Nov 6, 2024
1 parent be49c76 commit 7c7f97b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ setup-env:
echo '{"add_docs":true,"author":"Bryan Hu","email":"[email protected]","is_app":true,"module_name":"cool_example","project_description":"Example description.","project_name":"Cool Example","pypi_name":"cool-example","username":"ThatXliner"}' > .copier-answers.yml
run:
cd cool-example && poetry up && poetry install && poetry update && poetry lock
poetry install
poetry lock
cd cool-example && poetry install
cd cool-example && poetry lock
docs: clean
$(MAKE) setup-env
copier copy gh:ThatXliner/pyt2 . -a .copier-answers.yml --defaults -d add_docs=true --vcs-ref HEAD
Expand Down

0 comments on commit 7c7f97b

Please sign in to comment.