github setup change for pipenv

This commit is contained in:
stvnrlly
2022-10-26 15:26:53 -04:00
parent 56329daa9a
commit 82c5608e0a
2 changed files with 4 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ GIT_COMMIT ?= $(shell git rev-parse HEAD)
.PHONY: bootstrap
bootstrap: ## Set up everything to run the app
generate-version-file
make generate-version-file
pipenv install ---dev
createdb notification_api || true
(pipenv run flask db upgrade) || true