Skip to content

Commit

Permalink
Merge pull request #9 from ks6088ts/bugfix/issue-8_install-command
Browse files Browse the repository at this point in the history
fix install command
  • Loading branch information
ks6088ts authored Mar 18, 2024
2 parents 3af95f7 + 10ba288 commit 0ef98d7
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 @@ -14,7 +14,7 @@ install-deps-dev: ## install dependencies for development

.PHONY: install-deps
install-deps: ## install dependencies for production
poetry install --only-root
poetry install --without dev

.PHONY: format-check
format-check: ## format check
Expand Down

0 comments on commit 0ef98d7

Please sign in to comment.