Remove yarn build (already done by setup script)

This commit is contained in:
Devon Mackay 2018-08-30 14:10:36 -04:00
parent 1d084d17ce
commit 73f7248235

View File

@ -16,9 +16,6 @@ PYTHON_FILES="./app.py ./atst/** ./config"
# Enable Python testing
RUN_PYTHON_TESTS="true"
# Compile assets
yarn build
# Check python formatting
source ./script/format check