diff --git a/scripts/integration-tests/e2e-babel-old-version.sh b/scripts/integration-tests/e2e-babel-old-version.sh index d69cb4eb2396..4386ec9fb2a5 100755 --- a/scripts/integration-tests/e2e-babel-old-version.sh +++ b/scripts/integration-tests/e2e-babel-old-version.sh @@ -43,10 +43,7 @@ node "$PWD"/scripts/integration-tests/utils/bump-babel-dependencies.js fs.writeFileSync('./package.json', JSON.stringify(pkg, null, 2)); " -rm yarn.lock -make bootstrap - -# Test -make test-ci +# Update deps, build and test +make -j test-ci cleanup diff --git a/scripts/integration-tests/e2e-babel.sh b/scripts/integration-tests/e2e-babel.sh index 9af3c127eb1d..3ffd49b8d6d7 100755 --- a/scripts/integration-tests/e2e-babel.sh +++ b/scripts/integration-tests/e2e-babel.sh @@ -26,8 +26,7 @@ startLocalRegistry "$PWD"/scripts/integration-tests/verdaccio-config.yml # and not from npm. node "$PWD"/scripts/integration-tests/utils/bump-babel-dependencies.js -# Test -yarn install --inline-builds -make test-ci +# Update deps, build and test +make -j test-ci cleanup