fix: Makefile failing on run-frontend-development (#1104)
See #1103 Signed-off-by: Stephan Meijer <me@stephanmeijer.com>
This commit is contained in:
2
Makefile
2
Makefile
@@ -348,7 +348,7 @@ frontend-lint: ## run the frontend linter
|
|||||||
.PHONY: frontend-lint
|
.PHONY: frontend-lint
|
||||||
|
|
||||||
run-frontend-development: ## Run the frontend in development mode
|
run-frontend-development: ## Run the frontend in development mode
|
||||||
@$(COMPOSE) stop frontend frontend-development
|
@$(COMPOSE) stop frontend-development
|
||||||
cd $(PATH_FRONT_IMPRESS) && yarn dev
|
cd $(PATH_FRONT_IMPRESS) && yarn dev
|
||||||
.PHONY: run-frontend-development
|
.PHONY: run-frontend-development
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user