From 4fb964f7cf5614c444ceb30ccdda0ca8026ce6dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Fern=C3=A1ndez=20de=20Alba?= Date: Fri, 3 Nov 2023 14:57:16 +0100 Subject: [PATCH] Pin to latest Volto (#11) --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1ad89ab..bffc985 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ RESET=`tput sgr0` YELLOW=`tput setaf 3` PLONE_VERSION=6 -VOLTO_VERSION=16.12.0 +VOLTO_VERSION=16.26.0 ADDON_NAME='@plonegovbr/volto-code-block' ADDON_PATH='volto-code-block' @@ -68,6 +68,10 @@ debug: ## Starts Dev container @echo "$(GREEN)==> Start Addon Development container $(RESET)" ${DOCKER_COMPOSE} exec -it addon-dev bash +.PHONY: debug-frontend +debug-frontend: ## Run bash in the Frontend container (for debug infrastructure purposes) + ${DOCKER_COMPOSE} run --entrypoint bash addon-dev + .PHONY: dev dev: ## Develop the addon @echo "$(GREEN)==> Start Development Environment $(RESET)"