chore(Makefile): test

This commit is contained in:
Sarah Vaupel 2024-01-16 00:52:02 +01:00
parent 43e624a666
commit e79e186f46

View File

@ -10,6 +10,9 @@ build: frontend-build backend-build
.PHONY: lint
lint: frontend-lint backend-lint
.PHONY: test
test: frontend-test backend-test
.PHONY: backend-%
backend-%: .develop.env .stack-work.lock # --stack-work-$*
$(MAKE) -- --backend-$*