build(Makefile): chown PROJECT_DIR before building backend dependencies [skip ci]
This commit is contained in:
parent
1dd5c5dd79
commit
e997616e33
1
Makefile
1
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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user