Moving dependency installation for dotenv plugin

This commit is contained in:
alexjanousekGSA
2025-05-05 13:18:17 -04:00
parent 5887c1cf5c
commit 39972c341a
3 changed files with 837 additions and 2 deletions

View File

@@ -17,7 +17,6 @@ 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 self add poetry-dotenv-plugin
poetry lock --no-update
poetry install --sync --no-root
poetry run playwright install --with-deps