forked from home-assistant/core
6 lines
155 B
Plaintext
Executable File
6 lines
155 B
Plaintext
Executable File
echo "Bootstrapping frontend..."
|
|
cd homeassistant/components/frontend/www_static/home-assistant-polymer
|
|
npm install
|
|
npm run setup_js_dev
|
|
cd ../../../../..
|