Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Aug 3, 2023
1 parent e14848e commit 330a494
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/integration-tests/e2e-babel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ startLocalRegistry "$PWD"/scripts/integration-tests/verdaccio-config.yml
# already use the workspace: protocol so will get the version in the monorepo
# and not from npm.
node "$PWD"/scripts/integration-tests/utils/bump-babel-dependencies.js
export YARN_ENABLE_IMMUTABLE_INSTALLS=false

if [ "$BABEL_8_BREAKING" = true ] ; then
# This option is removed in Babel 8
Expand All @@ -36,6 +37,6 @@ if [ "$BABEL_8_BREAKING" = true ] ; then
fi

# Build and test
YARN_ENABLE_IMMUTABLE_INSTALLS=false make -j test-ci
make -j test-ci

cleanup

0 comments on commit 330a494

Please sign in to comment.