summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-01-28 09:58:57 -0500
committerChristopher Speller <crspeller@gmail.com>2016-01-28 09:58:57 -0500
commitf5364202b745ea4cac1dee6835f0340e6b71ebe4 (patch)
tree2a78ff6aede91484a204d8c406f4c2799ad08712
parentfa6daad64d474e99f3a2964784585a748350c25a (diff)
parent16707836ac5b624ee0a4cf1ff9610e25a54f6675 (diff)
downloadchat-f5364202b745ea4cac1dee6835f0340e6b71ebe4.tar.gz
chat-f5364202b745ea4cac1dee6835f0340e6b71ebe4.tar.bz2
chat-f5364202b745ea4cac1dee6835f0340e6b71ebe4.zip
Merge pull request #2004 from hmhealey/plt1820
Updated makefile to repackage client libraries when package.json changes
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1012b786e..9c4e6ee1f 100644
--- a/Makefile
+++ b/Makefile
@@ -255,7 +255,7 @@ nuke: | clean clean-docker
touch $@
-.prepare-jsx:
+.prepare-jsx: web/react/package.json
@echo Preparation for compiling jsx code
cd web/react/ && npm install