🧑‍💻(bootstrap) install playwright browsers for local dev

Removal of Playwright browsers installation is a win for CI but
not a reason to degrade developer experience, so we install them
locally as part of the bootstrap process.
This commit is contained in:
Laurent Bossavit
2025-02-17 16:43:19 +01:00
committed by Laurent Bossavit
parent 21033dedbd
commit db338231b7

View File

@@ -332,7 +332,7 @@ help:
# Front
install-front-desk: ## Install the frontend dependencies of app Desk
cd $(PATH_FRONT_DESK) && yarn
cd $(PATH_FRONT_DESK) && yarn && yarn playwright install chromium
.PHONY: install-front-desk
run-front-desk: ## Start app Desk