Skip to content

Commit

Permalink
Add make add command to standalone backend_addon template
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Nov 26, 2024
1 parent 0b30153 commit e3037c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend_addon/{{ cookiecutter.__folder_name }}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,7 @@ test: $(BIN_FOLDER)/tox ## run tests
.PHONY: test-coverage
test-coverage: $(BIN_FOLDER)/tox ## run tests with coverage
$(BIN_FOLDER)/tox -e coverage

## 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 e3037c5

Please sign in to comment.