fix: Makefile failing on run-frontend-development (#1104)

See #1103

Signed-off-by: Stephan Meijer <me@stephanmeijer.com>
This commit is contained in:
Stephan Meijer
2025-06-27 14:35:55 +02:00
committed by GitHub
parent 00009ecc16
commit d8294ee11d

View File

@@ -348,7 +348,7 @@ frontend-lint: ## run the frontend linter
.PHONY: frontend-lint
run-frontend-development: ## Run the frontend in development mode
@$(COMPOSE) stop frontend frontend-development
@$(COMPOSE) stop frontend-development
cd $(PATH_FRONT_IMPRESS) && yarn dev
.PHONY: run-frontend-development