From 10ba2886e9ebcf3255f3ac06c7235fc2d20d3fc7 Mon Sep 17 00:00:00 2001 From: ks6088ts Date: Mon, 18 Mar 2024 18:13:59 +0900 Subject: [PATCH] fix install command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 48b78c8..108cb11 100644 --- a/Makefile +++ b/Makefile @@ -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