From e1689c80b0a1795fcde5af76646f378339299715 Mon Sep 17 00:00:00 2001 From: Yiannis Date: Mon, 16 Oct 2023 16:16:48 +0100 Subject: [PATCH] fix: Fix target comment --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8d1fdacc14..56d3e5ae49 100644 --- a/Makefile +++ b/Makefile @@ -187,7 +187,7 @@ ui-test: ## Run UI tests ui-audit: ## Run audit against the UI yarn audit --production -ui-audit-fix: ## Run audit against the UI +ui-audit-fix: ## Fix UI audit errors yarn yarn-audit-fix # Build the UI as an NPM package (hosted on github)