1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 04:19:03 +00:00

Rename scripts folder (#1202)

* Rename script folder

* Rename scripts
This commit is contained in:
Pascal Vizeli
2019-08-13 14:39:32 +02:00
committed by GitHub
parent 0768b2b4bc
commit 4fe2859f4e
3 changed files with 2 additions and 2 deletions

18
scripts/update-frontend.sh Executable file
View File

@@ -0,0 +1,18 @@
#!/bin/bash
set -e
# Update frontend
git submodule update --init --recursive --remote
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
cd home-assistant-polymer
nvm install
script/bootstrap
# build frontend
cd hassio
./script/build_hassio
# Copy frontend
rm -f ../../hassio/api/panel/chunk.*
cp -rf build/* ../../hassio/api/panel/