1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

make setup.py quite

This commit is contained in:
Bram Kragten
2021-02-26 22:03:32 +01:00
parent ae590d42dc
commit b58c17e75e

View File

@@ -12,5 +12,5 @@ yarn install
script/build_frontend script/build_frontend
rm -rf dist rm -rf dist
python3 setup.py sdist python3 setup.py -q sdist
python3 -m twine upload dist/* --skip-existing python3 -m twine upload dist/* --skip-existing