Compare commits

..

No commits in common. "26c2a8304326fd6db90c63da2d403040942f6c66" and "2f950e219173074fdaeb066bb12823c8989a1b3e" have entirely different histories.

2 changed files with 3 additions and 8 deletions

View File

@ -172,9 +172,6 @@ const processRecords = async () => {
return map;
}, {});
// setting olympics population based on data from
// https://www.statista.com/statistics/1090581/olympics-number-athletes-by-gender-since-1896/
countryPopulationMap['Summer Olympics 2020'] = statePopulationMap['Summer Olympics 2020'] = 11238;
countryPopulationMap['Diamond Princess'] = statePopulationMap['Diamond Princess'] = 3711;
countryPopulationMap['MS Zaandam'] = 1829;
countryPopulationMap['Kosovo'] = 1810463;

View File

@ -6,12 +6,10 @@ dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "${dir}"
node=/home/tmont/.nvm/versions/node/v12.16.2/bin/node
PATH="$PATH:$(dirname "${node}")"
if ! which node > /dev/null; then
echo "node not available"
exit 1
#. /home/tmont/.nvm/nvm.sh
nvm use
yarn install --production --non-interactive --pure-lockfile
fi
if [[ ! -d "./COVID-19" ]]; then