diff --git a/Justfile b/Justfile index cf8525c..432fbd1 100644 --- a/Justfile +++ b/Justfile @@ -23,10 +23,10 @@ load-release file: # Tests every part of the project testall: - cd backend && make test - cd backend && make lint cd frontend && npm test cd frontend && npm run lint + cd backend && make test + cd backend && make lint # Cleans up everything related to the project clean: remove-podman-containers