Remove tsc check

This commit is contained in:
Paulus Schoutsen 2019-07-17 12:41:07 -07:00
parent e4cbdc29a2
commit f3c24dc0b3

View File

@ -9,12 +9,8 @@ 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/*