/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
scripts/react-compiler/build-compiler.sh
14 строк
405 B
lauren
[ci] Cache runtime and compiler only for test runs (#32608)
14 мар 2025, 05:21
Не верифицирован
14 мар 2025, 05:21
4eba294
Код
Авторство
О чём код?
#!/usr/bin/env bash # Copyright (c) Meta Platforms, Inc. and affiliates. # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. set -eo pipefail if [[ "$REACT_CLASS_EQUIVALENCE_TEST" == "true" ]]; then exit 0 fi echo "Building babel-plugin-react-compiler..." yarn --cwd compiler workspace babel-plugin-react-compiler build --dts