Change test order in testall target

This commit is contained in:
Imbus 2024-03-06 15:44:18 +01:00
parent 4cfb227a1e
commit b31349ec37

View file

@ -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