chore: install sync target on "make develop"

This commit is contained in:
Yohan Boniface 2024-10-21 11:59:58 +02:00
parent c74971bc0e
commit 13aa407e47

View file

@ -7,7 +7,7 @@ install: ## Install the dependencies
.PHONY: develop
develop: ## Install the test and dev dependencies
python3 -m pip install -e .[test,dev]
python3 -m pip install -e .[test,dev,sync]
playwright install
.PHONY: format