chore(Makefile): add target for stack dependencies only
This commit is contained in:
parent
c7bebde103
commit
e0c2fb9caf
4
Makefile
4
Makefile
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user