Skip to content

Commit 84b54b9

Browse files
committed
Fix scripts take 3
1 parent 9d750ec commit 84b54b9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/react-compiler/build-compiler.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@
55
# LICENSE file in the root directory of this source tree.
66

77
echo "Building babel-plugin-react-compiler..."
8-
cd compiler
9-
yarn install --frozen-lockfile
10-
yarn workspace babel-plugin-react-compiler build --dts
8+
yarn --cwd compiler install --frozen-lockfile
9+
yarn --cwd compiler workspace babel-plugin-react-compiler build --dts

0 commit comments

Comments
 (0)