Compare commits
No commits in common. "26c2a8304326fd6db90c63da2d403040942f6c66" and "2f950e219173074fdaeb066bb12823c8989a1b3e" have entirely different histories.
26c2a83043
...
2f950e2191
@ -172,9 +172,6 @@ const processRecords = async () => {
|
|||||||
return map;
|
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['Diamond Princess'] = statePopulationMap['Diamond Princess'] = 3711;
|
||||||
countryPopulationMap['MS Zaandam'] = 1829;
|
countryPopulationMap['MS Zaandam'] = 1829;
|
||||||
countryPopulationMap['Kosovo'] = 1810463;
|
countryPopulationMap['Kosovo'] = 1810463;
|
||||||
|
@ -6,12 +6,10 @@ dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|||||||
|
|
||||||
cd "${dir}"
|
cd "${dir}"
|
||||||
|
|
||||||
node=/home/tmont/.nvm/versions/node/v12.16.2/bin/node
|
|
||||||
PATH="$PATH:$(dirname "${node}")"
|
|
||||||
|
|
||||||
if ! which node > /dev/null; then
|
if ! which node > /dev/null; then
|
||||||
echo "node not available"
|
#. /home/tmont/.nvm/nvm.sh
|
||||||
exit 1
|
nvm use
|
||||||
|
yarn install --production --non-interactive --pure-lockfile
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ! -d "./COVID-19" ]]; then
|
if [[ ! -d "./COVID-19" ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user