Skip to content

Commit c00e830

Browse files
committed
chore(Makefilie): modify commads
1 parent a9299f3 commit c00e830

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ lint-fix:
3535
test:
3636
poetry run pytest
3737

38+
ci:
39+
rm -rf .venv && make install dev
40+
3841
clean:
39-
rm -rf **/__pycache__ **/**/__pycache__ .venv
42+
rm -rf **/__pycache__ .pytest_cache .mypy_cache
4043

4144
.PHONY: start lint lint-fix test install-dev install clean test

0 commit comments

Comments
 (0)