5 lines
155 B
Text
Executable file
5 lines
155 B
Text
Executable file
echo "Bootstrapping frontend..."
|
|
cd homeassistant/components/frontend/www_static/home-assistant-polymer
|
|
npm install
|
|
npm run setup_js_dev
|
|
cd ../../../../..
|