Stop release if TypeScript throws

This commit is contained in:
Paulus Schoutsen 2018-11-02 14:05:49 +01:00
parent ba33c8a456
commit 4aa8603ebf
1 changed files with 4 additions and 1 deletions

View File

@ -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/*