/
ashipov
/
react
Обзор
Документация
Войти
/
ashipov
/
react
Код
Запросы
0
Задачи 2.0
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
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