add comment

This commit is contained in:
Kenneth Kehl
2025-07-29 11:21:24 -07:00
parent 8593a9b1ba
commit 9d072e44df

View File

@@ -15,7 +15,7 @@ NVMSH := $(shell [ -f "$(HOME)/.nvm/nvm.sh" ] && echo "$(HOME)/.nvm/nvm.sh" || e
## DEVELOPMENT
.PHONY: bootstrap
bootstrap: ## Set up everything to run the app
bootstrap: ## Set up everything to run the application
make generate-version-file
poetry sync --no-root
poetry run playwright install --with-deps