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 9d750ec commit 84b54b9Copy full SHA for 84b54b9
scripts/react-compiler/build-compiler.sh
@@ -5,6 +5,5 @@
5
# LICENSE file in the root directory of this source tree.
6
7
echo "Building babel-plugin-react-compiler..."
8
-cd compiler
9
-yarn install --frozen-lockfile
10
-yarn workspace babel-plugin-react-compiler build --dts
+yarn --cwd compiler install --frozen-lockfile
+yarn --cwd compiler workspace babel-plugin-react-compiler build --dts
0 commit comments