@samitouri / QOS-React / commits / 0df46f01a9

[ci] Update eslint-plugin-react-hooks output location for Meta builds (#32601)

Updates where this file is output so we can sync it independently to another directory.

lauren committed Mar 13, 2025 at 16:54 UTC 0df46f01a90f16e771a80cf13dadce3aca091b95
1 file changed +2 -2
.github/workflows/runtime_commit_artifacts.yml
+2 -2
@@ -107,9 +107,9 @@ jobs:
107 mkdir ./compiled/facebook-www/__test_utils__
108 mv build/__test_utils__/ReactAllWarnings.js ./compiled/facebook-www/__test_utils__/ReactAllWarnings.js
109
110 - # Move eslint-plugin-react-hooks into facebook-www
110 + # Move eslint-plugin-react-hooks into eslint-plugin-react-hooks
111 mv build/oss-experimental/eslint-plugin-react-hooks/cjs/eslint-plugin-react-hooks.development.js \
112 - ./compiled/facebook-www/eslint-plugin-react-hooks.js
112 + ./compiled/eslint-plugin-react-hooks/index.js
113
114 # Move unstable_server-external-runtime.js into facebook-www
115 mv build/oss-experimental/react-dom/unstable_server-external-runtime.js \