chore(Makefile): backend-lint

This commit is contained in:
Sarah Vaupel 2024-01-15 23:57:16 +01:00
parent 43a818d067
commit 11fb926742

View File

@ -13,6 +13,10 @@ backend-%: .develop.env .stack-work.lock # --stack-work-$*
--backend-build: .develop.env
stack build --fast --profile --library-profiling --executable-profiling --flag uniworx:dev --flag uniworx:-library-only
.PHONY: --backend-lint
--backend-lint: .develop.env
stack build --test --fast --flag uniworx:dev --flag uniworx:library-only uniworx:test:hlint
.PHONY: --backend-test
--backend-test: .develop.env
stack build --test --coverage --fast --flag uniworx:dev --flag uniworx:library-only