diff --git a/Justfile b/Justfile index d4eb3a3..0d99e3a 100644 --- a/Justfile +++ b/Justfile @@ -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