chore(Makefile): disable allow-different-user for stack again
This commit is contained in:
parent
6d305f90d0
commit
c29407f218
4
Makefile
4
Makefile
@ -37,7 +37,7 @@ bin/uniworx:
|
||||
# TODO deprecated in favor of binary targets
|
||||
.PHONY: --backend-%-prod
|
||||
--backend-%-prod:
|
||||
$(MAKE) -- --backend-$* stackopts=--copy-bins\ --local-bin-path\ $$(pwd)/bin\ --flag\ uniworx:-dev --allow-different-user
|
||||
$(MAKE) -- --backend-$* stackopts=--copy-bins\ --local-bin-path\ $$(pwd)/bin\ --flag\ uniworx:-dev# --allow-different-user
|
||||
|
||||
.PHONY: --backend-build
|
||||
--backend-build:
|
||||
@ -53,7 +53,7 @@ backend-dependencies:
|
||||
|
||||
.PHONY: backend-dependencies-prod
|
||||
backend-dependencies-prod:
|
||||
$(MAKE) -- --backend-dependencies stackopts=--allow-different-user
|
||||
$(MAKE) -- --backend-dependencies# stackopts=--allow-different-user
|
||||
|
||||
.PHONY: --backend-dependencies
|
||||
--backend-dependencies:
|
||||
|
||||
Reference in New Issue
Block a user