Skip to content

Commit

Permalink
declare dependency of make add on pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Nov 26, 2024
1 parent 3b72cc7 commit 0b30153
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ acceptance-backend-start: ## Start backend acceptance server
acceptance-image-build: ## Build Docker Images
@DOCKER_BUILDKIT=1 docker build . -t $(IMAGE_NAME_PREFIX)-backend-acceptance:$(IMAGE_TAG) -f Dockerfile.acceptance --build-arg PLONE_VERSION=$(PLONE_VERSION)

.PHONY: add
add: ## Add bobtemplates features (check bobtemplates.plone's documentation to get the list of available features)
## Add bobtemplates features (check bobtemplates.plone's documentation to get the list of available features)
add: $(BIN_FOLDER)/pipx
$(BIN_FOLDER)/pipx run plonecli add -b .mrbob.ini $(filter-out $@,$(MAKECMDGOALS))

0 comments on commit 0b30153

Please sign in to comment.