mirror of
https://github.com/enpaul/kodak.git
synced 2025-09-18 21:21:59 +00:00
Add dev makefile target
This commit is contained in:
4
Makefile
4
Makefile
@@ -45,3 +45,7 @@ publish: clean test wheel source ## Build and upload to pypi (requires $PYPI_API
|
||||
|
||||
docs: clean-docs ## Build the documentation using Sphinx
|
||||
poetry run tox -e docs
|
||||
|
||||
dev: ## Create local dev environment
|
||||
poetry install --remove-untracked
|
||||
poetry run pre-commit install
|
||||
|
Reference in New Issue
Block a user