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 f457d0b commit 0df46f0Copy full SHA for 0df46f0
.github/workflows/runtime_commit_artifacts.yml
@@ -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
+ # 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
+ ./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 \
0 commit comments