From 6e15d0f5e8d7fb70b591b9350a278a50f2e9ca0c Mon Sep 17 00:00:00 2001 From: Germain Souquet Date: Wed, 7 Jul 2021 16:10:40 +0200 Subject: [PATCH] Do not generate a lockfile when running in CI --- scripts/fetch-develop.deps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/fetch-develop.deps.sh b/scripts/fetch-develop.deps.sh index 0625cec897..421656ed94 100755 --- a/scripts/fetch-develop.deps.sh +++ b/scripts/fetch-develop.deps.sh @@ -76,7 +76,7 @@ dodep matrix-org matrix-js-sdk pushd matrix-js-sdk yarn link -yarn install +yarn install --pure-lockfile popd yarn link matrix-js-sdk @@ -90,7 +90,7 @@ dodep matrix-org matrix-react-sdk pushd matrix-react-sdk yarn link yarn link matrix-js-sdk -yarn install +yarn install --pure-lockfile yarn reskindex popd