Skip to content

Commit

Permalink
Pin to latest Volto (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Nov 3, 2023
1 parent b59e164 commit 4fb964f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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)"
Expand Down

0 comments on commit 4fb964f

Please sign in to comment.