From 222e258e349689c57ad166338008ed825103db2f Mon Sep 17 00:00:00 2001 From: Kenneth Kehl Date: Thu, 29 May 2025 11:14:00 -0700 Subject: [PATCH] Update Makefile Co-authored-by: ccostino --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 2a949c67e..5432c8321 100644 --- a/Makefile +++ b/Makefile @@ -16,10 +16,7 @@ GIT_HOOKS_PATH ?= $(shell git config --global core.hooksPath || echo "") .PHONY: bootstrap bootstrap: ## Set up everything to run the app make generate-version-file - rm poetry.lock - poetry lock - poetry install --no-root - poetry sync + poetry sync --no-root poetry run pre-commit install createdb notification_api || true createdb test_notification_api || true