Add --sync option to dev env install command in makefile target

This commit is contained in:
Ethan Paul 2022-09-07 15:58:58 -04:00
parent 817ae28a23
commit c435f1af69
Signed by: enpaul
GPG Key ID: 07F53B438281D181
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ test: ## Run the project testsuite(s)
poetry run tox --recreate
dev: ## Create the local dev environment
poetry install -E poetry
poetry install -E poetry --sync
poetry run pre-commit install
publish: test wheel source ## Build and upload to pypi (requires $PYPI_API_KEY be set)