Skip to content

Commit

Permalink
Added the fix for npm installation in npm lint (thanos-io#6829)
Browse files Browse the repository at this point in the history
Signed-off-by: lpreethvika-samsung <l.preethvika@samsung.com>
  • Loading branch information
lpreethvika authored and douglascamata committed Dec 13, 2023
1 parent bb2736b commit 28a0d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 28a0d11

Please sign in to comment.