Remove npm i from justfile testall target

This commit is contained in:
Imbus 2024-03-02 04:47:12 +01:00
parent 59ab430b06
commit 9e790696a5

View file

@ -25,7 +25,6 @@ load-release file:
testall:
cd backend && make test
cd backend && make lint
cd frontend && npm i
cd frontend && npm test
cd frontend && npm run lint