mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
First pass for scripts to rule them all
This commit is contained in:
5
script/bootstrap_frontend
Executable file
5
script/bootstrap_frontend
Executable file
@@ -0,0 +1,5 @@
|
||||
echo "Bootstrapping frontend..."
|
||||
cd homeassistant/components/frontend/www_static/home-assistant-polymer
|
||||
npm install
|
||||
npm run setup_js_dev
|
||||
cd ../../../../..
|
||||
Reference in New Issue
Block a user