We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a84f4de commit f8c8044Copy full SHA for f8c8044
Makefile
@@ -314,6 +314,10 @@ frontend-install: ## install the frontend locally
314
cd $(PATH_FRONT_IMPRESS) && yarn
315
.PHONY: frontend-install
316
317
+frontend-lint: ## run the frontend linter
318
+ cd $(PATH_FRONT) && yarn lint
319
+.PHONY: frontend-lint
320
+
321
run-frontend-development: ## Run the frontend in development mode
322
@$(COMPOSE) stop frontend-dev
323
cd $(PATH_FRONT_IMPRESS) && yarn dev
0 commit comments