update Makefile

This commit is contained in:
Sam 2022-02-05 12:45:08 +01:00
parent da95706a9d
commit 3bdeb87f8c

View File

@ -16,6 +16,7 @@ check-python: lint-python type-check test-python
clean: clean:
rm -rf .mypy_cache rm -rf .mypy_cache
rm -rf .pytest_cache rm -rf .pytest_cache
rm -rf e2e/.pytest_cache
clean-install: clean clean-install: clean
rm -fr $(NODE_MODULES) rm -fr $(NODE_MODULES)