✨(frontend) add new access role to domain
add new access role to domain first commit
This commit is contained in:
committed by
Sabrina Demagny
parent
ea1f06f6cc
commit
67d9b6462f
4
Makefile
4
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user