From 07987a8b2c551b00da5221d077cdc2a9b91aff58 Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Tue, 7 Jan 2025 06:29:13 +0100 Subject: [PATCH] [BUGFIX] Update Makefile (#44) "update" may not be called as a combined target, as it contains "update-page-permissions" which may not be called in "install" before all install steps are finished. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dcaa0e5..a589afd 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ update-page-permissions: update: update-sitepackage update-composer update-page-permissions ## Update everything .PHONY: install -install: update restart setup create-editors update-page-permissions ## Install everything +install: update-sitepackage update-composer restart setup create-editors update-page-permissions ## Install everything .PHONY: restart restart: ## Restart DDEV