build(Makefile): chown PROJECT_DIR before building backend dependencies [skip ci]

This commit is contained in:
Sarah Vaupel 2025-01-24 15:28:00 +01:00
parent 1dd5c5dd79
commit e997616e33

View File

@ -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: