From 8144b0f5535c3d00c1e508cddce3cd88a153a581 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 5 Sep 2019 16:10:53 +0200 Subject: welcome page with error diagnostics / react refactoring --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f29f8108f..b33ac71bd 100644 --- a/Makefile +++ b/Makefile @@ -86,3 +86,7 @@ install: tsc npm install -g --prefix $(prefix) . endif +.PHONY: watch +watch: tsconfig.json + + ./node_modules/.bin/webpack --watch -- cgit v1.2.3