fix: don't freeze yarn.lock
This commit is contained in:
parent
2231a2dc74
commit
0dd3c266b4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue