diff --git a/script/bootstrap_frontend b/script/bootstrap_frontend index 346dee31f62..7062ecf3db5 100755 --- a/script/bootstrap_frontend +++ b/script/bootstrap_frontend @@ -2,6 +2,6 @@ echo "Bootstrapping frontend..." git submodule update cd homeassistant/components/frontend/www_static/home-assistant-polymer npm install -bower install +./node_modules/.bin/bower install npm run setup_js_dev cd ../../../../..