mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 09:26:08 -05:00
add pre-commit install to bootstrap
This commit is contained in:
1
Makefile
1
Makefile
@@ -15,6 +15,7 @@ bootstrap: ## Set up everything to run the app
|
|||||||
poetry install --sync --no-root
|
poetry install --sync --no-root
|
||||||
poetry self add poetry-dotenv-plugin
|
poetry self add poetry-dotenv-plugin
|
||||||
poetry self update
|
poetry self update
|
||||||
|
poetry run pre-commit install
|
||||||
createdb notification_api || true
|
createdb notification_api || true
|
||||||
(poetry run flask db upgrade) || true
|
(poetry run flask db upgrade) || true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user