mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Run initial generation for development mode (#9826)
* Run initial generation for development mode * Use yarn dev
This commit is contained in:
parent
2c1f0f3449
commit
8d83912649
@ -8,7 +8,7 @@ cd "$(dirname "$0")/.."
|
|||||||
|
|
||||||
echo "Bootstrapping frontend..."
|
echo "Bootstrapping frontend..."
|
||||||
|
|
||||||
git submodule update
|
git submodule update --init
|
||||||
cd homeassistant/components/frontend/www_static/home-assistant-polymer
|
cd homeassistant/components/frontend/www_static/home-assistant-polymer
|
||||||
|
|
||||||
# Install node modules
|
# Install node modules
|
||||||
@ -17,4 +17,7 @@ yarn install
|
|||||||
# Install bower web components. Allow to download the components as root since the user in docker is root.
|
# Install bower web components. Allow to download the components as root since the user in docker is root.
|
||||||
./node_modules/.bin/bower install --allow-root
|
./node_modules/.bin/bower install --allow-root
|
||||||
|
|
||||||
|
# Build files that need to be generated to run development mode
|
||||||
|
yarn dev
|
||||||
|
|
||||||
cd ../../../../..
|
cd ../../../../..
|
||||||
|
Loading…
x
Reference in New Issue
Block a user