From 62332d1914de6ea57829f2cf4e5f908cd7f69d98 Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Mon, 2 May 2022 17:47:14 +0200 Subject: [PATCH] maint(Makefile): Add watch-plone and bundle-plone targets to Makefile. --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 + + #