From 73f724823598473472d08f7ad936924ee180526f Mon Sep 17 00:00:00 2001 From: Devon Mackay Date: Thu, 30 Aug 2018 14:10:36 -0400 Subject: [PATCH] Remove yarn build (already done by setup script) --- script/cibuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/script/cibuild b/script/cibuild index 2d3b099f..7df80828 100755 --- a/script/cibuild +++ b/script/cibuild @@ -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