mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 16:56:35 +00:00
Make sure packages are up to date when releasing (#1004)
This commit is contained in:
parent
3324c7e01c
commit
46a2f4fd72
@ -6,5 +6,11 @@ set -e
|
|||||||
|
|
||||||
cd "$(dirname "$0")/.."
|
cd "$(dirname "$0")/.."
|
||||||
|
|
||||||
|
# Install node modules
|
||||||
|
yarn install
|
||||||
|
|
||||||
|
# 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
|
||||||
|
|
||||||
script/build_frontend
|
script/build_frontend
|
||||||
python3 setup.py sdist upload
|
python3 setup.py sdist upload
|
||||||
|
Loading…
x
Reference in New Issue
Block a user