Client: update react dependencies

This commit is contained in:
Sam
2018-04-10 23:01:40 +02:00
parent 2e0d0da4b6
commit 3419f3f400
3 changed files with 31 additions and 19 deletions

View File

@ -6,7 +6,7 @@ make-p:
# Launch all P targets in parallel and exit as soon as one exits.
set -m; (for p in $(P); do ($(MAKE) $$p || kill 0)& done; wait)
clean-install: clean
clean-install:
rm -fr $(NODE_MODULES)
rm -fr $(VENV)