diff --git a/Makefile b/Makefile index 92680dde8..2c7b7179c 100644 --- a/Makefile +++ b/Makefile @@ -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 + + #