Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git] / packages / i18n / scripts / build.sh
blob1ad15c7418b162b1022137d4266def883c154846
1 #!/usr/bin/env bash
2 set -eo pipefail
4 if [ ! -d "/tmp/sourcemapper" ]; then
5 echo "Cloning sourcemapper"
6 git clone \
7 --quiet \
8 --single-branch \
9 --depth 1 \
10 https://github.com/dhoko/sourcemapper.git "/tmp/sourcemapper";
11 else
12 echo "sourcemapper initialised"
13 fi;