summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-09-05 16:10:53 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-09-05 16:10:53 +0200
commit8144b0f5535c3d00c1e508cddce3cd88a153a581 (patch)
treefadefd8febe8574a7e46bf6ffd2b1b89b3a58b55 /Makefile
parentfab4e338968b619710e1652f78534a98de2d68d3 (diff)
downloadwallet-core-8144b0f5535c3d00c1e508cddce3cd88a153a581.tar.gz
wallet-core-8144b0f5535c3d00c1e508cddce3cd88a153a581.tar.bz2
wallet-core-8144b0f5535c3d00c1e508cddce3cd88a153a581.zip
welcome page with error diagnostics / react refactoring
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