mirror of
https://github.com/rjNemo/vf-site
synced 2026-06-06 01:16:38 +00:00
11 lines
166 B
Makefile
11 lines
166 B
Makefile
build:
|
|
@pipenv run python -m lib.main
|
|
|
|
|
|
run: build
|
|
@cd dist && pipenv run python -m http.server
|
|
|
|
lint:
|
|
@pipenv run black .
|
|
@pipenv run ruff .
|
|
@pipenv run mypy .
|