From f175a201b13f207acbd0f0f432fde0598fabd0ee Mon Sep 17 00:00:00 2001 From: lpreethvika-samsung Date: Wed, 25 Oct 2023 13:01:12 +0530 Subject: [PATCH] Added the fix for npm installation in npm lint (#6829) Signed-off-by: lpreethvika-samsung --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a3be85c0341..845be8b088c 100644 --- a/Makefile +++ b/Makefile @@ -133,7 +133,7 @@ react-app-lint: $(REACT_APP_NODE_MODULES_PATH) cd $(REACT_APP_PATH) && npm run lint:ci .PHONY: react-app-lint-fix -react-app-lint-fix: +react-app-lint-fix: $(REACT_APP_NODE_MODULES_PATH) @echo ">> running React app linting and fixing errors where possible" cd $(REACT_APP_PATH) && npm run lint