mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 23:55:58 -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
|
.PHONY: py-lock
|
||||||
py-lock: ## Syncs dependencies and updates lock file without performing recursive internal updates
|
py-lock: ## Syncs dependencies and updates lock file without performing recursive internal updates
|
||||||
|
poetry sync --no-root
|
||||||
rm poetry.lock
|
|
||||||
|
|
||||||
poetry lock
|
poetry lock
|
||||||
poetry install
|
|
||||||
poetry sync
|
|
||||||
|
|
||||||
.PHONY: freeze-requirements
|
.PHONY: freeze-requirements
|
||||||
freeze-requirements: ## Pin all requirements including sub dependencies into requirements.txt
|
freeze-requirements: ## Pin all requirements including sub dependencies into requirements.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user