mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-05 10:42:41 -05:00
fix makefile
This commit is contained in:
5
Makefile
5
Makefile
@@ -17,6 +17,7 @@ GIT_HOOKS_PATH ?= $(shell git config --global core.hooksPath || echo "")
|
||||
bootstrap: ## Set up everything to run the app
|
||||
make generate-version-file
|
||||
rm poetry.lock
|
||||
poetry lock
|
||||
poetry install --sync --no-root
|
||||
poetry run pre-commit install
|
||||
createdb notification_api || true
|
||||
@@ -113,7 +114,9 @@ test: ## Run tests and create coverage report
|
||||
|
||||
.PHONY: py-lock
|
||||
py-lock: ## Syncs dependencies and updates lock file without performing recursive internal updates
|
||||
rm poetry.lock
|
||||
|
||||
rm poetry.lock
|
||||
|
||||
poetry lock
|
||||
poetry install --sync
|
||||
|
||||
|
||||
Reference in New Issue
Block a user