mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-09 02:19:31 -04:00
upgrade poetry to 2.1.3
This commit is contained in:
3
Makefile
3
Makefile
@@ -17,7 +17,8 @@ NVMSH := $(shell [ -f "$(HOME)/.nvm/nvm.sh" ] && echo "$(HOME)/.nvm/nvm.sh" || e
|
||||
.PHONY: bootstrap
|
||||
bootstrap: ## Set up everything to run the app
|
||||
make generate-version-file
|
||||
poetry lock --no-update
|
||||
rm poetry.lock
|
||||
poetry lock
|
||||
poetry install --sync --no-root
|
||||
poetry run playwright install --with-deps
|
||||
poetry run pre-commit install
|
||||
|
||||
Reference in New Issue
Block a user