mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-07 01:50:31 +00:00
Stop release if TypeScript throws
This commit is contained in:
@@ -9,9 +9,12 @@ cd "$(dirname "$0")/.."
|
||||
# Install node modules
|
||||
yarn install
|
||||
|
||||
# Verify everything is ok
|
||||
tsc
|
||||
|
||||
script/build_frontend
|
||||
|
||||
rm -rf dist
|
||||
python3 setup.py sdist
|
||||
python3 -m twine upload dist/*
|
||||
python3 -m twine upload dist/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user