From e997616e335b28ea96ee1f6758a99d0c4ff81db3 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Fri, 24 Jan 2025 15:28:00 +0100 Subject: [PATCH] build(Makefile): chown PROJECT_DIR before building backend dependencies [skip ci] --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f8ffe0602..49ae3443f 100644 --- a/Makefile +++ b/Makefile @@ -276,6 +276,7 @@ endif stack build $(STACK_CORES) --fast --profile --library-profiling --executable-profiling --flag uniworx:-library-only $(--DEVELOPMENT) --local-bin-path $$(pwd)/bin --copy-bins # HELP(dependencies-backend): (re-)build backend dependencies --dependencies-backend: #uniworx.cabal + chown -R `id -un`:`id -gn` "$(PROJECT_DIR)"; \ stack build -j2 --only-dependencies # HELP(lint-backend): lint backend --lint-backend: