From e132e1c610e7f3aa09a6a4ed3d4b9f706ef090ae Mon Sep 17 00:00:00 2001 From: Germain Souquet Date: Wed, 7 Jul 2021 16:10:01 +0200 Subject: [PATCH] Do not generate a lockfile when running in CI --- scripts/ci/install-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/install-deps.sh b/scripts/ci/install-deps.sh index 7d53ea8..09c8fcb 100755 --- a/scripts/ci/install-deps.sh +++ b/scripts/ci/install-deps.sh @@ -2,4 +2,4 @@ set -ex -yarn install $@ +yarn install --pure-lockfile $@