mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-26 04:21:52 -05:00
Update Makefile
Co-authored-by: ccostino <ccostino@users.noreply.github.com>
This commit is contained in:
6
Makefile
6
Makefile
@@ -110,12 +110,8 @@ 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
|
||||
|
||||
poetry sync --no-root
|
||||
poetry lock
|
||||
poetry install
|
||||
poetry sync
|
||||
|
||||
.PHONY: freeze-requirements
|
||||
freeze-requirements: ## Pin all requirements including sub dependencies into requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user