🚚(project) rename desk occurences to impress

Rename desk occurences to impress.
This commit is contained in:
Anthony LC
2024-04-11 11:02:25 +02:00
committed by Anthony LC
parent dbb592bc9a
commit 51babc07af
2 changed files with 3 additions and 3 deletions

View File

@@ -301,11 +301,11 @@ help:
.PHONY: help
# Front
install-front-impress: ## Install the frontend dependencies of app Desk
install-front-impress: ## Install the frontend dependencies of app Impress
cd $(PATH_FRONT_IMPRESS) && yarn
.PHONY: install-front-impress
run-front-impress: ## Start app Desk
run-front-impress: ## Start app Impress
cd $(PATH_FRONT_IMPRESS) && yarn dev
.PHONY: run-front-impress