Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Oct 21, 2022
1 parent 19952a3 commit 9026109
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,12 @@ addon-testing-project: ## Create Volto project
.PHONY: all
all: addon-testing-project

.PHONY: start-addon-testing-project
start-addon-testing-project: addon-testing-project ## Start Volto project
(cd addon-testing-project && yarn start)

consolidate-addon-testing-project:
.PHONY: consolidate-addon-testing-project
consolidate-addon-testing-project: addon-testing-project ## Consolidate add-on changes
npx -p @plone/scripts addon consolidate


Expand Down

0 comments on commit 9026109

Please sign in to comment.