Skip to content

Commit

Permalink
maint(Makefile): Add watch-plone and bundle-plone targets to Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed May 17, 2022
1 parent 6aefc4b commit 62332d1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,14 @@ serve: stamp-yarn
$(YARN) run start


.PHONY:
watch-plone:
$(YARN) run watch:webpack:plone


.PHONY:
bundle-plone:
$(YARN) run build:webpack:plone


#

0 comments on commit 62332d1

Please sign in to comment.