fix: don't freeze yarn.lock

This commit is contained in:
Baptiste Augrain 2024-06-06 16:27:30 +02:00
parent 2231a2dc74
commit 0dd3c266b4

View file

@ -40,7 +40,7 @@ done
./build/azure-pipelines/linux/setup-env.sh
for i in {1..5}; do # try 5 times
yarn --frozen-lockfile --check-files && break
yarn --check-files && break
if [ $i -eq 3 ]; then
echo "Yarn failed too many times" >&2
exit 1