Skip to content

Commit 0df46f0

Browse files
authored
[ci] Update eslint-plugin-react-hooks output location for Meta builds (facebook#32601)
Updates where this file is output so we can sync it independently to another directory.
1 parent f457d0b commit 0df46f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/runtime_commit_artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ jobs:
107107
mkdir ./compiled/facebook-www/__test_utils__
108108
mv build/__test_utils__/ReactAllWarnings.js ./compiled/facebook-www/__test_utils__/ReactAllWarnings.js
109109
110-
# Move eslint-plugin-react-hooks into facebook-www
110+
# Move eslint-plugin-react-hooks into eslint-plugin-react-hooks
111111
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
113113
114114
# Move unstable_server-external-runtime.js into facebook-www
115115
mv build/oss-experimental/react-dom/unstable_server-external-runtime.js \

0 commit comments

Comments
 (0)