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