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 bf775a1 commit a44ace8Copy full SHA for a44ace8
.github/workflows/runtime_build_and_test.yml
@@ -306,6 +306,7 @@ jobs:
306
runtime-and-compiler-node_modules-v6-
307
- run: yarn install --frozen-lockfile
308
if: steps.node_modules.outputs.cache-hit != 'true'
309
+ - run: ./scripts/react-compiler/build-compiler.sh && ./scripts/react-compiler/link-compiler.sh
310
- run: yarn workspace eslint-plugin-react-hooks test
311
312
# ----- BUILD -----
0 commit comments