move pe number ingestion for setup into a migration
This commit is contained in:
dandds
2018-08-29 12:09:47 -04:00
committed by GitHub
3 changed files with 44 additions and 6 deletions

View File

@@ -14,8 +14,5 @@ RESET_DB="true"
# Run the shared setup script
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

View File

@@ -12,6 +12,3 @@ MIGRATE_DB="true"
# Run the shared update script
source ./script/include/run_update
# Fetch and import/update the PE numbers
run_command "python script/ingest_pe_numbers.py"