/
githubmirror
/
babel
Обзор
Документация
Войти
/
githubmirror
/
babel
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
scripts/integration-tests/e2e-babel.sh
34 строки
1 KB
Nicolò Ribaudo
Remove Babel 7 from the codebase (#17618)
05 дек 2025, 14:33
05 дек 2025, 14:33
862d93d
Код
Авторство
О чём код?
#!/usr/bin/env bash #==============================================================================# # SETUP # #==============================================================================# # Start in scripts/integration-tests/ even if run from root directory cd "$(dirname "$0")" || exit source utils/local-registry.sh source utils/cleanup.sh # Echo every command being executed set -x # Go to the root of the monorepo cd ../.. #==============================================================================# # TEST # #==============================================================================# startLocalRegistry "$PWD"/scripts/integration-tests/verdaccio-config.yml # We only bump dependencies in the top-level package.json, because workspaces # 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 # Build and test make -j test-ci cleanup