move pe number ingestion for setup into a migration

This commit is contained in:
dandds
2018-08-29 11:05:58 -04:00
parent 5c09c05ec9
commit 46f2a00ee3
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