From 90970367c830572374b77275e8d71de3c3b9771b Mon Sep 17 00:00:00 2001 From: Devon Mackay Date: Wed, 8 Aug 2018 08:56:07 -0400 Subject: [PATCH] Add yarn build after setup is completed --- script/setup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/setup b/script/setup index 23a2fce3..f3b5b616 100755 --- a/script/setup +++ b/script/setup @@ -16,3 +16,5 @@ source ./script/include/run_setup # Fetch and import the PE numbers run_command "python script/ingest_pe_numbers.py" + +yarn build