Updated makefile to repackage client libraries when package.json changes

This commit is contained in:
hmhealey
2016-01-27 16:31:24 -05:00
parent fa6daad64d
commit 16707836ac

View File

@@ -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