From e0c2fb9cafec6eca7d3a6a025d210b63da4b81e9 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 22 Jan 2024 07:41:53 +0100 Subject: [PATCH] chore(Makefile): add target for stack dependencies only --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 489189d5d..212d55d13 100644 --- a/Makefile +++ b/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