From db338231b700d6af5520c5460584df8dc07ad87b Mon Sep 17 00:00:00 2001 From: Laurent Bossavit Date: Mon, 17 Feb 2025 16:43:19 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=92=BB(bootstrap)=20?= =?UTF-8?q?install=20playwright=20browsers=20for=20local=20dev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ef0bbd3..846e321 100644 --- a/Makefile +++ b/Makefile @@ -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