From 7673152d0a84469be1cc8e4ff9d49ad442c9ce07 Mon Sep 17 00:00:00 2001 From: lucferbux Date: Tue, 21 Jan 2025 16:22:54 +0100 Subject: [PATCH] Fix issue with make command --- clients/ui/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/ui/Makefile b/clients/ui/Makefile index 06498fb53..5917c523a 100644 --- a/clients/ui/Makefile +++ b/clients/ui/Makefile @@ -83,7 +83,7 @@ frontend-build: .PHONY: frontend-build-standalone frontend-build-standalone: - MOCK_AUTH=true DEPLOYMENT_MODE=standalone cd frontend && npm run build:prod + cd frontend && MOCK_AUTH=true DEPLOYMENT_MODE=standalone npm run build:prod .PHONY: bff-build bff-build: