aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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