mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 15:26:36 +00:00
Remove tsc check
This commit is contained in:
parent
e4cbdc29a2
commit
f3c24dc0b3
@ -9,12 +9,8 @@ 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