Stop release if TypeScript throws
parent
ba33c8a456
commit
4aa8603ebf
|
@ -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…
Reference in New Issue