Skip to content

Commit

Permalink
disable immutable yarn install on e2e-jest test (#14262)
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Feb 11, 2022
1 parent d610f83 commit e06c099
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/integration-tests/e2e-jest.sh
Expand Up @@ -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
Expand Down

0 comments on commit e06c099

Please sign in to comment.