🧑💻(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:
committed by
Laurent Bossavit
parent
21033dedbd
commit
db338231b7
2
Makefile
2
Makefile
@@ -332,7 +332,7 @@ help:
|
|||||||
|
|
||||||
# Front
|
# Front
|
||||||
install-front-desk: ## Install the frontend dependencies of app Desk
|
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
|
.PHONY: install-front-desk
|
||||||
|
|
||||||
run-front-desk: ## Start app Desk
|
run-front-desk: ## Start app Desk
|
||||||
|
|||||||
Reference in New Issue
Block a user