Update Makefile

Co-authored-by: ccostino <ccostino@users.noreply.github.com>
This commit is contained in:
Kenneth Kehl
2025-05-29 11:14:00 -07:00
committed by GitHub
parent d40ab17770
commit 222e258e34

View File

@@ -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