We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c15e8 commit 2067b9dCopy full SHA for 2067b9d
scripts/react-compiler/build-compiler.sh
@@ -6,6 +6,10 @@
6
7
set -eo pipefail
8
9
+if [[ "$REACT_CLASS_EQUIVALENCE_TEST" == "true" ]]; then
10
+ exit 0
11
+fi
12
+
13
echo "Building babel-plugin-react-compiler..."
14
yarn --cwd compiler install --frozen-lockfile
15
yarn --cwd compiler workspace babel-plugin-react-compiler build --dts
scripts/react-compiler/link-compiler.sh
HERE=$(pwd)
cd compiler/packages/babel-plugin-react-compiler && yarn --silent link && cd $HERE
0 commit comments