merge from main

This commit is contained in:
Kenneth Kehl
2025-01-07 06:50:45 -08:00
5 changed files with 26 additions and 24 deletions

View File

@@ -9,10 +9,12 @@ GIT_COMMIT ?= $(shell git rev-parse HEAD)
## DEVELOPMENT
## TODO this line should go under `make generate-version-file`
## poetry self update
.PHONY: bootstrap
bootstrap: ## Set up everything to run the app
make generate-version-file
poetry self update
poetry self add poetry-dotenv-plugin
poetry lock --no-update
poetry install --sync --no-root