mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 17:56:46 +00:00
Merge remote-tracking branch 'origin/master' into dev
This commit is contained in:
commit
a3847ddd2a
@ -9,9 +9,12 @@ cd "$(dirname "$0")/.."
|
|||||||
# Install node modules
|
# Install node modules
|
||||||
yarn install
|
yarn install
|
||||||
|
|
||||||
|
# Verify everything is ok
|
||||||
|
tsc
|
||||||
|
|
||||||
script/build_frontend
|
script/build_frontend
|
||||||
|
|
||||||
rm -rf dist
|
rm -rf dist
|
||||||
python3 setup.py sdist
|
python3 setup.py sdist
|
||||||
python3 -m twine upload dist/*
|
python3 -m twine upload dist/*
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user