diff --git a/script/setup b/script/setup index f3b5b616..1e9c872e 100755 --- a/script/setup +++ b/script/setup @@ -5,9 +5,6 @@ source "$(dirname "${0}")"/../script/include/global_header.inc.sh -# Turn on sass compiler installation -INSTALL_SASS="true" - # Enable database resetting RESET_DB="true" @@ -17,4 +14,5 @@ source ./script/include/run_setup # Fetch and import the PE numbers run_command "python script/ingest_pe_numbers.py" +# Compile assets and generate hash-named static files yarn build