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