Skip to content

Commit

Permalink
use pipx to run plonecli
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Nov 13, 2024
1 parent 68f1990 commit daf03c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,5 @@ acceptance-image-build: ## Build Docker Images

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

0 comments on commit daf03c0

Please sign in to comment.