mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 02:11:11 -05:00
Update Makefile
Co-authored-by: ccostino <ccostino@users.noreply.github.com>
This commit is contained in:
5
Makefile
5
Makefile
@@ -16,10 +16,7 @@ GIT_HOOKS_PATH ?= $(shell git config --global core.hooksPath || echo "")
|
|||||||
.PHONY: bootstrap
|
.PHONY: bootstrap
|
||||||
bootstrap: ## Set up everything to run the app
|
bootstrap: ## Set up everything to run the app
|
||||||
make generate-version-file
|
make generate-version-file
|
||||||
rm poetry.lock
|
poetry sync --no-root
|
||||||
poetry lock
|
|
||||||
poetry install --no-root
|
|
||||||
poetry sync
|
|
||||||
poetry run pre-commit install
|
poetry run pre-commit install
|
||||||
createdb notification_api || true
|
createdb notification_api || true
|
||||||
createdb test_notification_api || true
|
createdb test_notification_api || true
|
||||||
|
|||||||
Reference in New Issue
Block a user