Skip to content

Commit

Permalink
[BUGFIX] Update Makefile (#44)
Browse files Browse the repository at this point in the history
"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.
  • Loading branch information
garvinhicking authored Jan 7, 2025
1 parent d648e28 commit 07987a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07987a8

Please sign in to comment.