chore(Makefile): add target for stack dependencies only

This commit is contained in:
Sarah Vaupel 2024-01-22 07:41:53 +01:00
parent c7bebde103
commit e0c2fb9caf

View File

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