mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-09 18:36:35 +00:00
Don't run bower anymore when doing release
This commit is contained in:
parent
65780de61e
commit
47642957c8
@ -9,9 +9,6 @@ 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
|
||||
python3 setup.py sdist
|
||||
python3 -m twine upload dist/* --skip-existing
|
||||
|
Loading…
x
Reference in New Issue
Block a user