Skip to content

Commit

Permalink
Fix issue with make command
Browse files Browse the repository at this point in the history
  • Loading branch information
lucferbux committed Jan 21, 2025
1 parent 7a7c093 commit 7673152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/ui/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7673152

Please sign in to comment.