From e06c0998e5f207ae5ce1eafcaf188e7ddf1fc5e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Fri, 11 Feb 2022 08:44:36 -0500 Subject: [PATCH] disable immutable yarn install on e2e-jest test (#14262) --- scripts/integration-tests/e2e-jest.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/integration-tests/e2e-jest.sh b/scripts/integration-tests/e2e-jest.sh index d2695fb95d69..83cb98c2175c 100755 --- a/scripts/integration-tests/e2e-jest.sh +++ b/scripts/integration-tests/e2e-jest.sh @@ -38,7 +38,8 @@ python --version #==============================================================================# startLocalRegistry "$root"/verdaccio-config.yml -yarn install +# yarn.lock will be modified by @babel/* bumps +yarn install --no-immutable yarn dedupe '@babel/*' if [ "$BABEL_8_BREAKING" = true ] ; then