Skip to content

Commit

Permalink
Fix the generator for add-ons when killing the backend if CTRL+C whil…
Browse files Browse the repository at this point in the history
…e developing with the docker approach (#5474)
  • Loading branch information
sneridagh authored Dec 1, 2023
1 parent 9cfaa85 commit 468ef68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ build-addon: ## Build Addon dev
.PHONY: start-dev
start-dev: ## Starts Dev container
@echo "$(GREEN)==> Start Addon Development container $(RESET)"
${DEV_COMPOSE} up addon-dev
${DEV_COMPOSE} up addon-dev backend

.PHONY: dev
dev: ## Develop the addon
Expand Down
1 change: 1 addition & 0 deletions packages/generator-volto/news/5474.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix the generator for add-ons when killing the backend if CTRL+C while developing with the docker approach @sneridagh

0 comments on commit 468ef68

Please sign in to comment.