Skip to content

Commit 8e40aa9

Browse files
committed
🔧(build) Makefile failing on run-frontend-development
Signed-off-by: Stephan Meijer <me@stephanmeijer.com>
1 parent 00009ec commit 8e40aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ frontend-lint: ## run the frontend linter
348348
.PHONY: frontend-lint
349349

350350
run-frontend-development: ## Run the frontend in development mode
351-
@$(COMPOSE) stop frontend frontend-development
351+
@$(COMPOSE) stop frontend-development
352352
cd $(PATH_FRONT_IMPRESS) && yarn dev
353353
.PHONY: run-frontend-development
354354

0 commit comments

Comments
 (0)