(frontend) add new access role to domain

add new access role to domain first commit
This commit is contained in:
Eléonore Voisin
2025-02-10 15:23:39 +01:00
committed by Sabrina Demagny
parent ea1f06f6cc
commit 67d9b6462f
12 changed files with 589 additions and 7 deletions

View File

@@ -156,6 +156,10 @@ lint-pylint: ## lint back-end python sources with pylint only on changed files f
bin/pylint --diff-only=origin/main
.PHONY: lint-pylint
lint-front:
cd $(PATH_FRONT) && yarn lint
.PHONY: lint-front
test: ## run project tests
@$(MAKE) test-back-parallel
.PHONY: test