summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTulio Casagrande <tcasagra@thoughtworks.com>2017-01-13 14:03:16 -0200
committerTulio Casagrande <tcasagra@thoughtworks.com>2017-01-13 14:05:57 -0200
commit2eda5b64f2116eca618cb577a079aad61da5d20f (patch)
treee4496f2e92c58548145141d0aa72db040e91e3af /Makefile
parentd1abd01290117aa957b24a9de3f343c296d7364e (diff)
Fix js setup for vagrant
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ec865cf5..d031ceb3 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,8 @@ install_py: service/requirements.txt service/test_requirements.txt
requirements_js:
@echo "Installing javascript npm and bower dependencies"
@cd web-ui;\
- npm install
+ npm install;\
+ node_modules/.bin/bower install
.PHONY: install_js
install_js: