From 9e790696a58e1c301ab04c43ade3f9f853e403a6 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Sat, 2 Mar 2024 04:47:12 +0100 Subject: [PATCH] Remove npm i from justfile testall target --- Justfile | 1 - 1 file changed, 1 deletion(-) 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